Searched refs:ModifySuspendCount (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | thread_list.cc | 228 thread->ModifySuspendCount(self, +1, false); in RunCheckpoint() 259 thread->ModifySuspendCount(self, -1, false); in RunCheckpoint() 332 thread->ModifySuspendCount(self, +1, false); in SuspendAll() 394 thread->ModifySuspendCount(self, -1, false); in ResumeAll() 434 thread->ModifySuspendCount(self, -1, for_debugger); in Resume() 493 thread->ModifySuspendCount(self, +1, debug_suspension); in SuspendThreadByPeer() 515 thread->ModifySuspendCount(soa.Self(), -1, debug_suspension); in SuspendThreadByPeer() 570 thread->ModifySuspendCount(self, +1, debug_suspension); in SuspendThreadByThreadId() 592 thread->ModifySuspendCount(soa.Self(), -1, debug_suspension); in SuspendThreadByThreadId() 637 thread->ModifySuspendCount(self, +1, true); in SuspendAllForDebugger() [all …]
|
D | thread.h | 204 void ModifySuspendCount(Thread* self, int delta, bool for_debugger)
|
D | thread.cc | 642 void Thread::ModifySuspendCount(Thread* self, int delta, bool for_debugger) { in ModifySuspendCount() function in art::Thread
|