Searched refs:thread_infos_ (Results 1 – 2 of 2) sorted by relevance
52 thread_infos_(&allocator_, 8) { in LinuxCoreDumper()93 if (index >= thread_infos_.size()) in GetThreadInfoByIndex()96 *info = thread_infos_[index]; in GetThreadInfoByIndex()212 thread_infos_.push_back(info); in EnumerateThreads()217 if (thread_infos_.empty()) in EnumerateThreads()220 ThreadInfo* info = &thread_infos_.back(); in EnumerateThreads()232 if (thread_infos_.empty()) in EnumerateThreads()235 ThreadInfo* info = &thread_infos_.back(); in EnumerateThreads()
118 wasteful_vector<ThreadInfo> thread_infos_; variable