Lines Matching refs:ModifySuspendCount
228 thread->ModifySuspendCount(self, +1, false);
259 thread->ModifySuspendCount(self, -1, false);
332 thread->ModifySuspendCount(self, +1, false);
394 thread->ModifySuspendCount(self, -1, false);
434 thread->ModifySuspendCount(self, -1, for_debugger);
493 thread->ModifySuspendCount(self, +1, debug_suspension);
515 thread->ModifySuspendCount(soa.Self(), -1, debug_suspension);
570 thread->ModifySuspendCount(self, +1, debug_suspension);
592 thread->ModifySuspendCount(soa.Self(), -1, debug_suspension);
637 thread->ModifySuspendCount(self, +1, true);
675 self->ModifySuspendCount(self, +1, true);
757 thread->ModifySuspendCount(self, -1, true);
786 thread->ModifySuspendCount(self, -thread->GetDebugSuspendCount(), true);
834 thread->ModifySuspendCount(self, +1, false);
872 // Modify suspend count in increments of 1 to maintain invariants in ModifySuspendCount. While
875 self->ModifySuspendCount(self, +1, true);
878 self->ModifySuspendCount(self, +1, false);
909 // than yourself you need to hold the thread_list_lock_ (see Thread::ModifySuspendCount).