Searched refs:thread_list_ (Results 1 – 2 of 2) sorted by relevance
246 thread_list_(nullptr), in Runtime()449 thread_list_->ShutDown(); in ~Runtime()465 delete thread_list_; in ~Runtime()466 thread_list_ = nullptr; in ~Runtime()717 thread_list_->SweepInterpreterCaches(visitor); in SweepSystemWeaks()1314 thread_list_ = new ThreadList(runtime_options.GetOrDefault(Opt::ThreadSuspendTimeout)); in Init()2028 thread_list_->DumpForSigQuit(os); in DumpForSigQuit()2138 thread_list_->Unregister(self); in DetachCurrentThread()2233 thread_list_->VisitRoots(visitor, flags); in VisitThreadRoots()2242 thread_list_->VisitReflectiveTargets(visitor); in VisitReflectiveTargets()
353 return thread_list_; in GetThreadList()1099 ThreadList* thread_list_; variable