Home
last modified time | relevance | path

Searched refs:GetSuspendCount (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dthread_list.cc561 thread->GetSuspendCount() == 1) { in FlipThreadRoots()
925 if (self->GetSuspendCount() > 0) { in SuspendThreadByPeer()
938 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByPeer()
1037 if (self->GetSuspendCount() > 0) { in SuspendThreadByThreadId()
1049 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByThreadId()
Dthread-inl.h297 DCHECK_EQ(GetSuspendCount(), 0); in TransitionFromSuspendedToRunnable()
Dthread.h246 int GetSuspendCount() const REQUIRES(Locks::thread_suspend_count_lock_) { in GetSuspendCount() function
Dthread.cc4378 CHECK(this == Thread::Current() || GetSuspendCount() >= 1) in SetAsyncException()
4380 << this << " count: " << GetSuspendCount(); in SetAsyncException()