Lines Matching refs:IsSuspended
156 CHECK(thread->IsSuspended())
242 if (!thread->IsSuspended()) {
248 } while (!thread->IsSuspended());
424 // To check IsSuspended.
426 DCHECK(thread->IsSuspended());
500 // IsSuspended on the current thread will fail as the current thread is changed into
508 if (thread->IsSuspended()) {
577 // IsSuspended on the current thread will fail as the current thread is changed into
585 if (thread->IsSuspended()) {
610 CHECK(thread == self || thread->IsSuspended());
910 IsSuspended()) {