Home | History | Annotate | Download | only in runtime

Lines Matching refs:ModifySuspendCount

541 void Thread::ModifySuspendCount(Thread* self, int delta, bool for_debugger) {
628 thread->ModifySuspendCount(soa.Self(), +1, true /* for_debugger */);
646 thread->ModifySuspendCount(soa.Self(), -1, true /* for_debugger */);