Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc333 thread->DecrementSuspendCount(self); in RunCheckpoint()
398 thread->DecrementSuspendCount(self); in RunCheckpoint()
986 thread->DecrementSuspendCount(self); in ResumeAllInternal()
1037 thread->DecrementSuspendCount(self, /*for_user_code=*/(reason == SuspendReason::kForUserCode)); in Resume()
1141 thread->DecrementSuspendCount(self, in SuspendThread()
1555 thread->DecrementSuspendCount(self); in VisitRootsForSuspendedThreads()
1570 thread->DecrementSuspendCount(self); in VisitRootsForSuspendedThreads()
Dthread-inl.h542 inline void Thread::DecrementSuspendCount(Thread* self, bool for_user_code) { in DecrementSuspendCount() function
Dthread.h405 ALWAYS_INLINE void DecrementSuspendCount(Thread* self, bool for_user_code = false)
Dthread.cc1769 DecrementSuspendCount(self); in RequestSynchronousCheckpoint()