Lines Matching refs:ModifySuspendCount
176 thread->ModifySuspendCount(self, +1, false);
209 thread->ModifySuspendCount(self, -1, false);
247 thread->ModifySuspendCount(self, +1, false);
287 thread->ModifySuspendCount(self, -1, false);
312 thread->ModifySuspendCount(self, -1, for_debugger);
343 thread->ModifySuspendCount(self, +1, true);
381 self->ModifySuspendCount(self, +1, true);
427 thread->ModifySuspendCount(self, -thread->debug_suspend_count_, true);
475 thread->ModifySuspendCount(self, +1, false);
540 // than yourself you need to hold the thread_list_lock_ (see Thread::ModifySuspendCount).