Searched refs:SuspendAll (Results 1 – 5 of 5) sorted by relevance
1 Stress test for multiple threads calling SuspendAll
74 void SuspendAll(const char* cause, bool long_suspend = false)
614 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll() function in art::ThreadList1565 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend); in ScopedSuspendAll()
240 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in ScopedPause()
347 art::Runtime::Current()->GetThreadList()->SuspendAll("JMVTI Deoptimizing methods", in ScopedDeoptimizationContext()