Lines Matching refs:thread_count
178 // caller not to pass a thread_count of 1.
179 static String DeathTestThreadWarning(size_t thread_count) {
183 if (thread_count == 0)
186 msg << "detected " << thread_count << " threads.";
787 const size_t thread_count = GetThreadCount();
788 if (thread_count != 1) {
789 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count);