Home
last modified time | relevance | path

Searched refs:long_suspend (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread_list.h66 void SuspendAll(const char* cause, bool long_suspend = false)
208 ScopedSuspendAll(const char* cause, bool long_suspend = false)
Dthread_list.cc464 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll() argument
494 long_suspend_ = long_suspend; in SuspendAll()
1325 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { in ScopedSuspendAll() argument
1326 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend); in ScopedSuspendAll()