Searched refs:ModifySuspendCount (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | thread_list.cc | 282 thread->ModifySuspendCount(self, +1, false); in RunCheckpoint() 320 thread->ModifySuspendCount(self, -1, false); in RunCheckpoint() 390 thread->ModifySuspendCount(self, +1, false); in FlipThreadRoots() 417 thread->ModifySuspendCount(self, -1, false); in FlipThreadRoots() 443 thread->ModifySuspendCount(self, -1, false); in FlipThreadRoots() 479 thread->ModifySuspendCount(self, +1, false); in SuspendAll() 553 thread->ModifySuspendCount(self, -1, false); in ResumeAll() 596 thread->ModifySuspendCount(self, -1, for_debugger); in Resume() 648 suspended_thread->ModifySuspendCount(soa.Self(), -1, debug_suspension); in SuspendThreadByPeer() 671 suspended_thread->ModifySuspendCount(self, +1, debug_suspension); in SuspendThreadByPeer() [all …]
|
D | thread.h | 226 void ModifySuspendCount(Thread* self, int delta, bool for_debugger)
|
D | thread.cc | 761 void Thread::ModifySuspendCount(Thread* self, int delta, bool for_debugger) { in ModifySuspendCount() function in art::Thread
|