Lines Matching refs:ModifySuspendCount

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()
700 suspended_thread->ModifySuspendCount(soa.Self(), -1, debug_suspension); in SuspendThreadByPeer()
769 thread->ModifySuspendCount(self, +1, debug_suspension); in SuspendThreadByThreadId()
798 thread->ModifySuspendCount(soa.Self(), -1, debug_suspension); in SuspendThreadByThreadId()
849 thread->ModifySuspendCount(self, +1, true); in SuspendAllForDebugger()
891 self->ModifySuspendCount(self, +1, true); in SuspendSelfForDebugger()
975 thread->ModifySuspendCount(self, -1, true); in ResumeAllForDebugger()
1004 thread->ModifySuspendCount(self, -thread->GetDebugSuspendCount(), true); in UndoDebuggerSuspensions()
1057 thread->ModifySuspendCount(self, +1, false); in SuspendAllDaemonThreads()
1098 self->ModifySuspendCount(self, +1, true); in Register()
1101 self->ModifySuspendCount(self, +1, false); in Register()