Searched refs:long_suspend (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/
H A Dthread_list.cc640 void ThreadList::SuspendAll(const char* cause, bool long_suspend) { argument
662 // Reading long_suspend without the mutator lock is slightly racy, in some rare cases, this
672 long_suspend_ = long_suspend;
1569 ScopedSuspendAll::ScopedSuspendAll(const char* cause, bool long_suspend) { argument
1570 Runtime::Current()->GetThreadList()->SuspendAll(cause, long_suspend);
H A Dthread_list.h72 // If long_suspend is true, then other threads who try to suspend will never timeout.
73 // long_suspend is currenly used for hprof since large heaps take a long time.
74 void SuspendAll(const char* cause, bool long_suspend = false)
246 explicit ScopedSuspendAll(const char* cause, bool long_suspend = false)

Completed in 53 milliseconds