Searched refs:thread_list_ (Results 1 – 2 of 2) sorted by relevance
114 thread_list_(nullptr), in Runtime()189 delete thread_list_; in ~Runtime()697 thread_list_ = new ThreadList; in Init()997 thread_list_->DumpForSigQuit(os); in DumpForSigQuit()1094 thread_list_->Unregister(self); in DetachCurrentThread()1180 thread_list_->VisitRoots(callback, arg); in VisitNonConcurrentRoots()
260 return thread_list_; in GetThreadList()551 ThreadList* thread_list_; variable