Home | History | Annotate | Download | only in runtime

Lines Matching full:issuspended

192     if (result != NULL && !result->IsSuspended()) {
546 if (this != self && !IsSuspended()) {
632 // IsSuspended on the current thread will fail as the current thread is changed into
640 if (thread->IsSuspended()) {
877 // IsSuspended check is therefore racy with the use for dumping (normally we inhibit
881 if (this == Thread::Current() || IsSuspended() || dump_for_abort) {