Searched refs:SuspendAll (Results 1 – 6 of 6) sorted by relevance
1 Stress test for multiple threads calling SuspendAll
76 void SuspendAll(const char* cause, bool long_suspend = false)
606 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll() function in art::ThreadList1447 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend); in ScopedSuspendAll()
133 a `SuspendAll()` call to suspend one or all threads until they are resumed by
268 runtime->GetThreadList()->SuspendAll(__FUNCTION__); in ScopedPause()
347 art::Runtime::Current()->GetThreadList()->SuspendAll("JMVTI Deoptimizing methods", in ScopedDeoptimizationContext()