Searched refs:DeleteThreadLocalValue (Results 1 - 12 of 12) 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.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/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.h2013 // pthread_key_create() requires DeleteThreadLocalValue() to have
2024 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
2040 DeleteThreadLocalValue(pthread_getspecific(key_));
2068 // When a thread exits, DeleteThreadLocalValue() will be called on
2071 pthread_key_create(&key, &DeleteThreadLocalValue));
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2013 // pthread_key_create() requires DeleteThreadLocalValue() to have
2024 extern "C" inline void DeleteThreadLocalValue(void* value_holder) { function in namespace:testing::internal
2040 DeleteThreadLocalValue(pthread_getspecific(key_));
2068 // When a thread exits, DeleteThreadLocalValue() will be called on
2071 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/fmtlib/test/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/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 338 milliseconds