Searched refs:thread_ref (Results 1 – 4 of 4) sorted by relevance
67 uint32_t thread_ref = in ParseTracePacket() local77 if (fuchsia_trace_utils::IsInlineThread(thread_ref)) { in ParseTracePacket()80 tinfo = provider_view->GetThread(thread_ref); in ParseTracePacket()
44 bool IsInlineThread(uint32_t thread_ref) { in IsInlineThread() argument45 return thread_ref == 0; in IsInlineThread()
250 uint32_t thread_ref = in ParseRecord() local270 if (fuchsia_trace_utils::IsInlineThread(thread_ref)) { in ParseRecord()275 thread_ref, current_provider_->thread_table[thread_ref]); in ParseRecord()
160 ThreadRef thread_ref; in ForThread() local161 thread_ref.as_id = 0; // Zero the union in case other is smaller. in ForThread()163 thread_ref.as_tid = ::GetThreadId(handle.platform_handle()); in ForThread()165 thread_ref.as_handle = handle.platform_handle(); in ForThread()167 return ForThread(thread_ref.as_id); in ForThread()621 ThreadRef thread_ref; member712 sizeof(header_->thread_ref) == sizeof(header_->thread_ref.as_id), in ThreadActivityTracker()726 DCHECK_EQ(0, header_->thread_ref.as_id); in ThreadActivityTracker()738 header_->thread_ref.as_tid = PlatformThread::CurrentId(); in ThreadActivityTracker()740 header_->thread_ref.as_handle = in ThreadActivityTracker()[all …]