MCPcopy Create free account
hub / github.com/apache/singa / DeleteThreadLocalValue

Function DeleteThreadLocalValue

test/gtest/gtest.h:2546–2548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2544// Called by pthread to delete thread-local data stored by
2545// pthread_setspecific().
2546extern "C" inline void DeleteThreadLocalValue(void* value_holder) {
2547 delete static_cast<ThreadLocalValueHolderBase*>(value_holder);
2548}
2549
2550// Implements thread-local storage on pthreads-based systems.
2551//

Callers 1

~ThreadLocalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected