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

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h1056 // pthread_key_create() requires DeleteThreadLocalValue() to have
1067 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
1110 DeleteThreadLocalValue(pthread_getspecific(key_));
1137 // When a thread exits, DeleteThreadLocalValue() will be called on
1140 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1336 // pthread_key_create() requires DeleteThreadLocalValue() to have
1347 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
1390 DeleteThreadLocalValue(pthread_getspecific(key_));
1417 // When a thread exits, DeleteThreadLocalValue() will be called on
1420 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1295 // pthread_key_create() requires DeleteThreadLocalValue() to have
1306 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
1349 DeleteThreadLocalValue(pthread_getspecific(key_));
1376 // When a thread exits, DeleteThreadLocalValue() will be called on
1379 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/mesa3d/src/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/swiftshader/third_party/LLVM/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));
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1730 // pthread_key_create() requires DeleteThreadLocalValue() to have
1741 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
1756 DeleteThreadLocalValue(pthread_getspecific(key_));
1783 // When a thread exits, DeleteThreadLocalValue() will be called on
1786 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2055 // pthread_key_create() requires DeleteThreadLocalValue() to have
2066 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
2082 DeleteThreadLocalValue(pthread_getspecific(key_));
2110 // When a thread exits, DeleteThreadLocalValue() will be called on
2113 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2026 // pthread_key_create() requires DeleteThreadLocalValue() to have
2037 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
2053 DeleteThreadLocalValue(pthread_getspecific(key_));
2081 // When a thread exits, DeleteThreadLocalValue() will be called on
2084 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2017 // pthread_key_create() requires DeleteThreadLocalValue() to have
2028 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
2044 DeleteThreadLocalValue(pthread_getspecific(key_));
2072 // When a thread exits, DeleteThreadLocalValue() will be called on
2075 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h2118 // pthread_key_create() requires DeleteThreadLocalValue() to have
2129 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:std::tr1
2172 DeleteThreadLocalValue(pthread_getspecific(key_));
2199 // When a thread exits, DeleteThreadLocalValue() will be called on
2202 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/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 424 milliseconds