Lines Matching refs:IsSuspended
281 CHECK(thread->IsSuspended()) in AssertThreadsAreSuspended()
359 if (thread->IsSuspended()) { in RunCheckpoint()
366 DCHECK(thread->IsSuspended()); in RunCheckpoint()
388 DCHECK(thread->IsSuspended()); in RunCheckpoint()
717 if (thread->IsSuspended()) { in SuspendAllInternal()
751 if (!thread->IsSuspended()) { in SuspendAllInternal()
839 if (UNLIKELY(!thread->IsSuspended())) { in Resume()
957 if (thread->IsSuspended()) { in SuspendThreadByPeer()
1068 if (thread->IsSuspended()) { in SuspendThreadByThreadId()
1327 if (!self->IsSuspended()) { in Unregister()
1377 if (thread == self || thread->IsSuspended()) { in VisitRootsForSuspendedThreads()