Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc570 thread->GetSuspendCount() == 1) { in FlipThreadRoots()
934 if (self->GetSuspendCount() > 0) { in SuspendThreadByPeer()
947 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByPeer()
1046 if (self->GetSuspendCount() > 0) { in SuspendThreadByThreadId()
1058 CHECK_GT(thread->GetSuspendCount(), 0); in SuspendThreadByThreadId()
Dthread-inl.h296 DCHECK_EQ(GetSuspendCount(), 0); in TransitionFromSuspendedToRunnable()
Dthread.h245 int GetSuspendCount() const REQUIRES(Locks::thread_suspend_count_lock_) { in GetSuspendCount() function
Dthread.cc4234 CHECK(this == Thread::Current() || GetSuspendCount() >= 1) in SetAsyncException()
4236 << this << " count: " << GetSuspendCount(); in SetAsyncException()