Home | History | Annotate | Download | only in runtime

Lines Matching full:suspended

467   // Sanity check that if we have a result it is either suspended or we hold the thread_list_lock_
1150 return false; // Fail, thread is suspended and so can't run a checkpoint.
1207 // Make thread appear suspended to other threads, release mutator_lock_.
1209 // Transition to suspended and back to runnable, re-acquire share on mutator_lock_.
1235 // Don't do this if we are aborting since the GC may have all the threads suspended. This will
1493 // Thread::Current() instead of this in case a thread is dumping the stack of another suspended
1517 // TODO: we call this code when dying but may not have suspended the thread ourself. The
1524 // thread's stack in debug builds where we'll hit the not suspended check in the stack walk.
1536 os << "Not able to dump stack of thread that isn't suspended";