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

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1945 // pthread_key_create() requires DeleteThreadLocalValue() to have
1956 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
1971 DeleteThreadLocalValue(pthread_getspecific(key_));
1998 // When a thread exits, DeleteThreadLocalValue() will be called on
2001 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1282 // pthread_key_create() requires DeleteThreadLocalValue() to have
1293 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
1336 DeleteThreadLocalValue(pthread_getspecific(key_));
1363 // When a thread exits, DeleteThreadLocalValue() will be called on
1366 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1428 // pthread_key_create() requires DeleteThreadLocalValue() to have
1439 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
1482 DeleteThreadLocalValue(pthread_getspecific(key_));
1509 // When a thread exits, DeleteThreadLocalValue() will be called on
1512 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1292 // pthread_key_create() requires DeleteThreadLocalValue() to have
1303 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
1346 DeleteThreadLocalValue(pthread_getspecific(key_));
1373 // When a thread exits, DeleteThreadLocalValue() will be called on
1376 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1282 // pthread_key_create() requires DeleteThreadLocalValue() to have
1293 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
1336 DeleteThreadLocalValue(pthread_getspecific(key_));
1363 // When a thread exits, DeleteThreadLocalValue() will be called on
1366 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2535 // pthread_key_create() requires DeleteThreadLocalValue() to have
2546 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:std::tr1
2589 DeleteThreadLocalValue(pthread_getspecific(key_));
2616 // When a thread exits, DeleteThreadLocalValue() will be called on
2619 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2535 // pthread_key_create() requires DeleteThreadLocalValue() to have
2546 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:std::tr1
2589 DeleteThreadLocalValue(pthread_getspecific(key_));
2616 // When a thread exits, DeleteThreadLocalValue() will be called on
2619 pthread_key_create(&key, &DeleteThreadLocalValue));

Completed in 985 milliseconds