Searched refs:live_list_ (Results 1 – 1 of 1) sorted by relevance
100 live_list_.push_back(t); in CreateCurrentThread()113 for (Thread *&t2 : live_list_) in RemoveThreadFromLiveList()117 t2 = live_list_.back(); in RemoveThreadFromLiveList()118 live_list_.pop_back(); in RemoveThreadFromLiveList()148 for (Thread *t : live_list_) cb(t); in VisitAllLiveThreads()184 InternalMmapVector<Thread *> live_list_; variable