Home
last modified time | relevance | path

Searched refs:thread_list_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc114 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()
Druntime.h260 return thread_list_; in GetThreadList()
551 ThreadList* thread_list_; variable