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

/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc109 size_t GetThreadCount() { function in namespace:testing::internal
117 size_t GetThreadCount() { function in namespace:testing::internal
138 size_t GetThreadCount() { function in namespace:testing::internal
156 size_t GetThreadCount() { function in namespace:testing::internal
169 size_t GetThreadCount() { function in namespace:testing::internal
H A Dgtest-death-test.cc834 const size_t thread_count = GetThreadCount();
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc316 const size_t starting_count = GetThreadCount();
329 EXPECT_EQ(starting_count + 1, GetThreadCount());
339 if (GetThreadCount() == starting_count)
345 EXPECT_EQ(starting_count, GetThreadCount());
349 EXPECT_EQ(0U, GetThreadCount());
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h212 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
2178 GTEST_API_ size_t GetThreadCount();

Completed in 36 milliseconds