Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h301 return thread_list_; in GetThreadList()
456 ThreadList* thread_list_; variable
Druntime.cc79 thread_list_(NULL), in Runtime()
129 delete thread_list_; in ~Runtime()
869 thread_list_ = new ThreadList; in Init()
1041 thread_list_->DumpForSigQuit(os); in DumpForSigQuit()
1135 thread_list_->Unregister(self); in DetachCurrentThread()
1163 thread_list_->VisitRoots(visitor, arg); in VisitNonConcurrentRoots()