Searched defs:ThreadList (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread_list.h39 class ThreadList { class in namespace:art
45 explicit ThreadList();
46 ~ThreadList();
182 // Number of threads unregistering, ~ThreadList blocks until this hits 0.
194 DISALLOW_COPY_AND_ASSIGN(ThreadList);
H A Dthread_list.cc53 ThreadList::ThreadList() function in class:art::ThreadList
59 ThreadList::~ThreadList() {
78 bool ThreadList::Contains(Thread* thread) {
82 bool ThreadList::Contains(pid_t tid) {
91 pid_t ThreadList::GetLockOwner() {
95 void ThreadList::DumpNativeStacks(std::ostream& os) {
104 void ThreadList::DumpForSigQuit(std::ostream& os) {
131 void ThreadList
[all...]

Completed in 66 milliseconds