Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.h175 bool debug_suspend = false)
Dthread_list.cc524 bool debug_suspend) { in SuspendAllInternal() argument
554 if (debug_suspend) in SuspendAllInternal()
564 if (LIKELY(thread->ModifySuspendCount(self, +1, &pending_threads, debug_suspend))) { in SuspendAllInternal()