Searched refs:ModifySuspendCount (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dthread_list.cc282 thread->ModifySuspendCount(self, +1, false);
320 thread->ModifySuspendCount(self, -1, false);
390 thread->ModifySuspendCount(self, +1, false);
417 thread->ModifySuspendCount(self, -1, false);
443 thread->ModifySuspendCount(self, -1, false);
479 thread->ModifySuspendCount(self, +1, false);
553 thread->ModifySuspendCount(self, -1, false);
596 thread->ModifySuspendCount(self, -1, for_debugger);
648 suspended_thread->ModifySuspendCount(soa.Self(), -1, debug_suspension);
671 suspended_thread->ModifySuspendCount(sel
[all...]
H A Dthread.h226 void ModifySuspendCount(Thread* self, int delta, bool for_debugger)
H A Dthread.cc761 void Thread::ModifySuspendCount(Thread* self, int delta, bool for_debugger) { function in class:art::Thread

Completed in 1032 milliseconds