Searched refs:DeleteThreadLocalValue (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1287 // pthread_key_create() requires DeleteThreadLocalValue() to have
1298 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
1341 DeleteThreadLocalValue(pthread_getspecific(key_));
1368 // When a thread exits, DeleteThreadLocalValue() will be called on
1371 pthread_key_create(&key, &DeleteThreadLocalValue));

Completed in 129 milliseconds