Searched refs:suspended (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread_list.cc215 // Note thread and self may not be equal if thread was already suspended at the point of the
341 // We are probably suspended, try to make sure that we stay suspended.
364 // Run the checkpoint on the suspended threads.
372 // Busy wait until the thread is suspended.
385 // We know for sure that the thread is suspended at this point.
429 // It's seen suspended, we are done because it must not be in the middle of a mutator
510 // Request that a checkpoint function be run on all active (non-suspended)
521 // Call a checkpoint function for each non-suspended thread.
583 // a checkpoint) may cause the flip function to be run for a runnable/suspended threa
1293 bool suspended = thread->ModifySuspendCount(self, local
1516 bool suspended = thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal); local
[all...]

Completed in 1207 milliseconds