Searched refs:long_suspend (Results 1 – 2 of 2) sorted by relevance
76 void SuspendAll(const char* cause, bool long_suspend = false)250 explicit ScopedSuspendAll(const char* cause, bool long_suspend = false)
606 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { in SuspendAll() argument638 long_suspend_ = long_suspend; in SuspendAll()1442 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { in ScopedSuspendAll() argument1443 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend); in ScopedSuspendAll()