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

/external/protobuf/gtest/test/
H A Dgtest-port_test.cc94 EXPECT_EQ(1U, GetThreadCount());
109 EXPECT_EQ(2U, GetThreadCount());
119 if (GetThreadCount() == 1)
127 EXPECT_EQ(1U, GetThreadCount());
132 EXPECT_EQ(0U, GetThreadCount());
/external/protobuf/gtest/src/
H A Dgtest-port.cc80 size_t GetThreadCount() { function in namespace:testing::internal
99 size_t GetThreadCount() { function in namespace:testing::internal
H A Dgtest-death-test.cc739 const size_t thread_count = GetThreadCount();
H A Dgtest-internal-inl.h214 size_t GetThreadCount();
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-port.h86 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
461 inline size_t GetThreadCount() { return 0; } function in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-port.h106 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
674 inline size_t GetThreadCount() { return 0; } function in namespace:testing::internal
/external/v8/src/
H A Druntime.h306 F(GetThreadCount, 1, 1) \
H A Ddebug-debugger.js775 return %GetThreadCount(this.break_id);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc453 const size_t thread_count = GetThreadCount();
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h115 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
781 size_t GetThreadCount();
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h135 size_t GetThreadCount();
/external/gtest/src/
H A Dgtest-internal-inl.h171 size_t GetThreadCount();
H A Dgtest-death-test.cc880 const size_t thread_count = GetThreadCount();

Completed in 163 milliseconds