Home | History | Annotate | Download | only in debug

Lines Matching defs:thread_id

379                              int thread_id,
389 trace_event->Initialize(thread_id,
537 int thread_id,
556 thread_id_ = thread_id;
1875 int thread_id = static_cast<int>(base::PlatformThread::CurrentId());
1878 name, id, thread_id, now,
1889 int thread_id,
1938 if (thread_id == static_cast<int>(PlatformThread::CurrentId())) {
1940 GetName(thread_id);
1952 thread_names_.find(thread_id);
1955 thread_names_[thread_id] = new_name;
1987 trace_event->Initialize(thread_id, now, thread_now, phase,
2053 int thread_id = trace_event ?
2054 trace_event->thread_id() : PlatformThread::CurrentId();
2056 duration = timestamp - thread_event_start_times_[thread_id].top();
2057 thread_event_start_times_[thread_id].pop();
2060 std::string thread_name = thread_names_[thread_id];
2070 if (thread_event_start_times_.find(thread_id) !=
2072 depth = thread_event_start_times_[thread_id].size();
2085 thread_event_start_times_[thread_id].push(timestamp);
2332 void TraceLog::SetThreadSortIndex(PlatformThreadId thread_id, int sort_index) {
2334 thread_sort_indices_[static_cast<int>(thread_id)] = sort_index;