Searched refs:SuspendAllInternal (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread_list.h201 void SuspendAllInternal(Thread* self,
H A Dthread_list.cc558 SuspendAllInternal(self, self, nullptr);
652 SuspendAllInternal(self, self);
697 // SuspendAllInternal. This is safe because it will be set back to suspended state before
699 void ThreadList::SuspendAllInternal(Thread* self, function in class:art::ThreadList
775 PLOG(FATAL) << "futex wait failed for SuspendAllInternal()";
1135 SuspendAllInternal(self, self, debug_thread, SuspendReason::kForDebugger);

Completed in 78 milliseconds