Searched refs:thread_count (Results 1 – 1 of 1) sorted by relevance
170 static String DeathTestThreadWarning(size_t thread_count) { in DeathTestThreadWarning() argument174 if (thread_count == 0) in DeathTestThreadWarning()177 msg << "detected " << thread_count << " threads."; in DeathTestThreadWarning()880 const size_t thread_count = GetThreadCount(); in AssumeRole() local881 if (thread_count != 1) { in AssumeRole()882 GTEST_LOG_(WARNING, DeathTestThreadWarning(thread_count)); in AssumeRole()