Searched refs:thread_data_set_ (Results 1 – 2 of 2) sorted by relevance
25 thread_data_set_.insert(thread_status_data_); in RegisterThread()34 thread_data_set_.erase(thread_status_data_); in UnregisterThread()165 for (auto* thread_data : thread_data_set_) { in GetThreadList()
215 std::unordered_set<ThreadStatusData*> thread_data_set_; variable