Searched refs:IsSuspended (Results 1 – 8 of 8) sorted by relevance
155 CHECK(thread->IsSuspended()) in AssertThreadsAreSuspended()239 if (!thread->IsSuspended()) { in RunCheckpoint()245 } while (!thread->IsSuspended()); in RunCheckpoint()423 DCHECK(thread->IsSuspended()); in Resume()505 if (thread->IsSuspended()) { in SuspendThreadByPeer()582 if (thread->IsSuspended()) { in SuspendThreadByThreadId()607 CHECK(thread == self || thread->IsSuspended()); in FindThreadByThreadId()853 if (!self->IsSuspended()) { in Unregister()
95 DCHECK(thread == Thread::Current() || thread->IsSuspended()) << *thread; in StackVisitor()102 DCHECK(thread == Thread::Current() || thread->IsSuspended()) << *thread; in StackVisitor()515 DCHECK(thread_ == Thread::Current() || thread_->IsSuspended()); in WalkStack()
207 DCHECK(this == self || IsSuspended() || GetState() == kWaitingPerformingGc) in RevokeThreadLocalAllocationStack()
101 CHECK(owner == nullptr || owner == self || owner->IsSuspended()); in Monitor()123 CHECK(owner == nullptr || owner == self || owner->IsSuspended()); in Monitor()139 CHECK(owner_ == nullptr || owner_ == self || owner_->IsSuspended()); in Install()
192 if (result != nullptr && !result->IsSuspended()) { in FromManagedThread()636 if (this != self && !IsSuspended()) { in ModifySuspendCount()992 bool safe_to_dump = (this == Thread::Current() || IsSuspended()); in DumpStack()
197 bool IsSuspended() const { in IsSuspended() function
399 return thread->IsSuspended() && thread->GetDebugSuspendCount() > 0; in IsSuspendedForDebugger()
969 CHECK(thread == self || thread->IsSuspended() || thread->GetState() == kWaitingPerformingGc) in Run()