Searched refs:SuspendAll (Results 1 – 3 of 3) sorted by relevance
66 void SuspendAll(const char* cause, bool long_suspend = false)
464 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll() function in art::ThreadList1326 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend); in ScopedSuspendAll()
159 Runtime::Current()->GetThreadList()->SuspendAll(__FUNCTION__); in ScopedPause()