Searched refs:thread_infos_ (Results 1 – 2 of 2) sorted by relevance
58 thread_infos_(&allocator_, 8) { in LinuxCoreDumper()99 if (index >= thread_infos_.size()) in GetThreadInfoByIndex()102 *info = thread_infos_[index]; in GetThreadInfoByIndex()221 thread_infos_.push_back(info); in EnumerateThreads()267 if (thread_infos_.empty()) in EnumerateThreads()270 ThreadInfo* info = &thread_infos_.back(); in EnumerateThreads()282 if (thread_infos_.empty()) in EnumerateThreads()285 ThreadInfo* info = &thread_infos_.back(); in EnumerateThreads()
120 wasteful_vector<ThreadInfo> thread_infos_; variable