Searched refs:outgoing_thread (Results 1 – 1 of 1) sorted by relevance
479 fuchsia_trace_utils::ThreadInfo outgoing_thread; in ParseRecord() local481 if (!cursor.ReadInlineThread(&outgoing_thread)) { in ParseRecord()486 outgoing_thread = current_provider_->thread_table[outgoing_thread_ref]; in ParseRecord()503 if (pid_table_.count(outgoing_thread.tid) > 0) { in ParseRecord()504 outgoing_thread.pid = pid_table_[outgoing_thread.tid]; in ParseRecord()508 procs->UpdateThread(static_cast<uint32_t>(outgoing_thread.tid), in ParseRecord()509 static_cast<uint32_t>(outgoing_thread.pid)); in ParseRecord()