Searched defs:thread_table (Results 1 – 6 of 6) 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() local173 auto& thread_table = *context_->storage->mutable_thread_table(); in UpdateThreadNameByUtid() local253 auto& thread_table = *context_->storage->mutable_thread_table(); in UpdateThread() local336 auto& thread_table = *context_->storage->mutable_thread_table(); in StartNewProcess() local571 auto& thread_table = *context_->storage->mutable_thread_table(); in AssociateThreadToProcess() local
85 const auto& thread_table = context_->storage->thread_table(); in FlushPendingEvents() local
669 const auto& thread_table = storage_->thread_table(); in MapUniquePidsAndTids() local696 const auto& thread_table = storage_->thread_table(); in ExportThreadNames() local1760 const auto& thread_table = storage_->thread_table(); in IsValidPidOrTid() local
887 const auto& thread_table = context_.storage->thread_table(); in TEST_F() local
56 std::unordered_map<uint64_t, FuchsiaThreadInfo> thread_table; member
360 const tables::ThreadTable& thread_table() const { return thread_table_; } in thread_table() function