Searched defs:thread_table (Results 1 – 6 of 6) sorted by relevance
78 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewThread() local94 auto& thread_table = *context_->storage->mutable_thread_table(); in EndThread() local174 auto& thread_table = *context_->storage->mutable_thread_table(); in UpdateThreadNameByUtid() local254 auto& thread_table = *context_->storage->mutable_thread_table(); in UpdateThread() local337 auto& thread_table = *context_->storage->mutable_thread_table(); in StartNewProcess() local573 auto& thread_table = *context_->storage->mutable_thread_table(); in AssociateThreadToProcess() local
73 const auto& thread_table = context_->storage->thread_table(); in FlushPendingEvents() local
56 std::unordered_map<uint64_t, FuchsiaThreadInfo> thread_table; member
667 const auto& thread_table = storage_->thread_table(); in MapUniquePidsAndTids() local694 const auto& thread_table = storage_->thread_table(); in ExportThreadNames() local1747 const auto& thread_table = storage_->thread_table(); in IsValidPidOrTid() local
887 const auto& thread_table = context_.storage->thread_table(); in TEST_F() local
357 const tables::ThreadTable& thread_table() const { return thread_table_; } in thread_table() function