Lines Matching refs:thread_id
123 int thread_id,
135 thread_id,
1057 int thread_id = static_cast<int>(base::PlatformThread::CurrentId());
1065 thread_id,
1087 int thread_id = static_cast<int>(base::PlatformThread::CurrentId());
1095 thread_id,
1141 int thread_id,
1155 thread_id,
1171 int thread_id,
1211 if (thread_id == static_cast<int>(PlatformThread::CurrentId())) {
1213 ThreadIdNameManager::GetInstance()->GetName(thread_id);
1225 thread_names_.find(thread_id);
1228 thread_names_[thread_id] = new_name;
1269 trace_event->Initialize(thread_id,
1349 0, // thread_id
1370 int thread_id =
1371 trace_event ? trace_event->thread_id() : PlatformThread::CurrentId();
1373 duration = timestamp - thread_event_start_times_[thread_id].top();
1374 thread_event_start_times_[thread_id].pop();
1377 std::string thread_name = thread_names_[thread_id];
1386 if (thread_event_start_times_.find(thread_id) !=
1388 depth = thread_event_start_times_[thread_id].size();
1401 thread_event_start_times_[thread_id].push(timestamp);
1639 void TraceLog::SetThreadSortIndex(PlatformThreadId thread_id, int sort_index) {
1641 thread_sort_indices_[static_cast<int>(thread_id)] = sort_index;
1723 static_cast<int>(base::PlatformThread::CurrentId()), // thread_id