Searched defs:thread_table (Results 1 – 5 of 5) sorted by relevance
77 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewThread() local93 auto* thread_table = context_->storage->mutable_thread_table(); in EndThread() local165 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThreadNameByUtid() local241 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThread() local325 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewProcess() local407 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThreadNameAndMaybeProcessName() local548 auto* thread_table = context_->storage->mutable_thread_table(); in AssociateThreadToProcess() local
83 const auto& thread_table = context_->storage->thread_table(); in FlushPendingEvents() local
48 std::unordered_map<uint64_t, FuchsiaThreadInfo> thread_table; member
683 const auto& thread_table = storage_->thread_table(); in MapUniquePidsAndTids() local709 const auto& thread_table = storage_->thread_table(); in ExportThreadNames() local1806 const auto& thread_table = storage_->thread_table(); in IsValidPidOrTid() local
334 const tables::ThreadTable& thread_table() const { return thread_table_; } in thread_table() function