Searched defs:thread_table (Results 1 – 6 of 6) sorted by relevance
40 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewThread() local47 auto* thread_table = context_->storage->mutable_thread_table(); in EndThread() local93 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThreadName() local102 auto* thread_table = context_->storage->mutable_thread_table(); in SetThreadNameIfUnset() local172 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThread() local211 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewProcess() local272 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateProcessNameFromThreadName() local403 auto* thread_table = context_->storage->mutable_thread_table(); in AssociateThreadToProcess() local
95 const auto& thread_table = context_->storage->thread_table(); in FlushPendingEvents() local
46 std::unordered_map<uint64_t, fuchsia_trace_utils::ThreadInfo> thread_table; member
117 const auto& thread_table = context_->storage->thread_table(); in Transaction() local154 const auto& thread_table = context_->storage->thread_table(); in TransactionReceived() local
674 const auto& thread_table = storage_->thread_table(); in MapUniquePidsAndTids() local700 const auto& thread_table = storage_->thread_table(); in ExportThreadNames() local1304 const auto& thread_table = storage_->thread_table(); in IsValidPidOrTid() local
355 const tables::ThreadTable& thread_table() const { return thread_table_; } in thread_table() function