Home
last modified time | relevance | path

Searched refs:thread_count (Results 1 – 1 of 1) sorted by relevance

/external/gtest/src/
Dgtest-death-test.cc170 static String DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning() argument
174 if (thread_count == 0) in DeathTestThreadWarning()
177 msg << "detected " << thread_count << " threads."; in DeathTestThreadWarning()
880 const size_t thread_count = GetThreadCount(); in AssumeRole() local
881 if (thread_count != 1) { in AssumeRole()
882 GTEST_LOG_(WARNING, DeathTestThreadWarning(thread_count)); in AssumeRole()