Home
last modified time | relevance | path

Searched refs:kMaxSuspendRetries (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread_list.h57 static constexpr int kMaxSuspendRetries = kIsDebugBuild ? 500 : 5000; variable
Dthread_list.cc897 if (iter_count >= kMaxSuspendRetries) { in SuspendAllInternal()
1097 if (iter_count >= kMaxSuspendRetries) { in SuspendThread()
Dthread.cc1709 CHECK_LT(iter_count, ThreadList::kMaxSuspendRetries); in RequestSynchronousCheckpoint()