Searched refs:GetSuspendCount (Results 1 – 5 of 5) sorted by relevance
569 thread->GetSuspendCount() == 1) { in FlipThreadRoots()939 if (self->GetSuspendCount() > 0) { in SuspendThreadByPeer()952 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByPeer()1051 if (self->GetSuspendCount() > 0) { in SuspendThreadByThreadId()1063 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByThreadId()1169 CHECK_GT(self->GetSuspendCount(), 0); in SuspendSelfForDebugger()1194 while (self->GetSuspendCount() != 0) { in SuspendSelfForDebugger()1196 if (self->GetSuspendCount() != 0) { in SuspendSelfForDebugger()1204 << "(suspend count=" << self->GetSuspendCount() << ", " in SuspendSelfForDebugger()1208 CHECK_EQ(self->GetSuspendCount(), 0); in SuspendSelfForDebugger()
294 DCHECK_EQ(GetSuspendCount(), 0); in TransitionFromSuspendedToRunnable()
244 int GetSuspendCount() const REQUIRES(Locks::thread_suspend_count_lock_) { in GetSuspendCount() function
4195 CHECK(this == Thread::Current() || GetSuspendCount() >= 1) in SetAsyncException()4197 << this << " count: " << GetSuspendCount(); in SetAsyncException()
3886 suspend_count = targetThread->GetSuspendCount(); in PrepareInvokeMethod()