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

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h877 // As a C-function, ThreadFuncWithCLinkage cannot be templated itself.
894 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { function in namespace:testing::internal
926 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1147 // As a C-function, ThreadFuncWithCLinkage cannot be templated itself.
1164 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { function in namespace:testing::internal
1196 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1120 // As a C-function, ThreadFuncWithCLinkage cannot be templated itself.
1137 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { function in namespace:testing::internal
1169 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1239 // As a C-function, ThreadFuncWithCLinkage cannot be templated itself.
1256 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { function in namespace:testing::internal
1288 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1112 // As a C-function, ThreadFuncWithCLinkage cannot be templated itself.
1129 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { function in namespace:testing::internal
1161 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1311 // As a C-function, ThreadFuncWithCLinkage cannot be templated itself.
1328 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { function in namespace:testing::internal
1359 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1603 // As a C-function, ThreadFuncWithCLinkage cannot be templated itself.
1620 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { function in namespace:testing::internal
1651 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1574 // As a C-function, ThreadFuncWithCLinkage cannot be templated itself.
1591 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { function in namespace:testing::internal
1622 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1560 // As a C-function, ThreadFuncWithCLinkage cannot be templated itself.
1577 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { function in namespace:testing::internal
1608 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h1939 // As a C-function, ThreadFuncWithCLinkage cannot be templated itself.
1956 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { function in namespace:std::tr1
1988 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2346 // As a C-function, ThreadFuncWithCLinkage cannot be templated itself.
2363 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { function in namespace:std::tr1
2395 pthread_create(&thread_, 0, &ThreadFuncWithCLinkage, base));

Completed in 307 milliseconds