Lines Matching full:thread_name
60 // Simulate a birth on the thread named |thread_name|, at the given
62 void TallyABirth(const Location& location, const std::string& thread_name) {
63 // If the |thread_name| is empty, we don't initialize system with a thread
65 if (!thread_name.empty())
1364 for (const char* thread_name : kThreadNames) {
1365 base::Thread thread(base::StringPrintf(thread_name, i));