Searched defs:thread_table (Results 1 – 5 of 5) sorted by relevance
52 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewThread() local61 auto* thread_table = context_->storage->mutable_thread_table(); in EndThread() local132 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThreadNameByUtid() local204 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThread() local286 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewProcess() local357 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThreadNameAndMaybeProcessName() local497 auto* thread_table = context_->storage->mutable_thread_table(); in AssociateThreadToProcess() local
108 const auto& thread_table = context_->storage->thread_table(); in FlushPendingEvents() local
45 std::unordered_map<uint64_t, fuchsia_trace_utils::ThreadInfo> thread_table; member
683 const auto& thread_table = storage_->thread_table(); in MapUniquePidsAndTids() local709 const auto& thread_table = storage_->thread_table(); in ExportThreadNames() local1809 const auto& thread_table = storage_->thread_table(); in IsValidPidOrTid() local
312 const tables::ThreadTable& thread_table() const { return thread_table_; } in thread_table() function