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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h155 // GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that <pthread.h>
569 #ifndef GTEST_HAS_PTHREAD
575 # define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \ macro
577 #endif // GTEST_HAS_PTHREAD
579 #if GTEST_HAS_PTHREAD
580 // gtest-port.h guarantees to #include <pthread.h> when GTEST_HAS_PTHREAD is
2290 #if GTEST_HAS_PTHREAD
2645 #else // GTEST_HAS_PTHREAD
2689 #endif // GTEST_HAS_PTHREAD

Completed in 141 milliseconds