Lines Matching full:thread_name
1008 LOG(WARNING) << "Thread: " << (*it)->thread_name();
1377 std::string thread_name = thread_names_[thread_id];
1378 if (thread_colors_.find(thread_name) == thread_colors_.end())
1379 thread_colors_[thread_name] = (thread_colors_.size() % 6) + 1;
1382 log << base::StringPrintf("%s: \x1b[0;3%dm", thread_name.c_str(),
1383 thread_colors_[thread_name]);
1547 it->first, "thread_name", "name", it->second);