Lines Matching refs:updated
333 bool updated = in RunCheckpoint() local
335 DCHECK(updated); in RunCheckpoint()
346 bool updated = in RunCheckpoint() local
348 DCHECK(updated); in RunCheckpoint()
383 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RunCheckpoint() local
384 DCHECK(updated); in RunCheckpoint()
563 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() local
564 DCHECK(updated); in FlipThreadRoots()
597 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() local
598 DCHECK(updated); in FlipThreadRoots()
702 bool updated = thread->ModifySuspendCount(self, +1, &pending_threads, reason); in SuspendAllInternal() local
703 DCHECK(updated); in SuspendAllInternal()
796 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in ResumeAll() local
797 DCHECK(updated); in ResumeAll()
904 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer() local
908 DCHECK(updated); in SuspendThreadByPeer()
935 bool updated = suspended_thread->ModifySuspendCount(self, +1, nullptr, reason); in SuspendThreadByPeer() local
936 DCHECK(updated); in SuspendThreadByPeer()
1047 bool updated = thread->ModifySuspendCount(self, +1, nullptr, reason); in SuspendThreadByThreadId() local
1048 DCHECK(updated); in SuspendThreadByThreadId()
1079 bool updated = thread->ModifySuspendCount(soa.Self(), -1, nullptr, reason); in SuspendThreadByThreadId() local
1080 DCHECK(updated); in SuspendThreadByThreadId()
1171 bool updated = thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal); in SuspendAllDaemonThreadsForShutdown() local
1172 DCHECK(updated); in SuspendAllDaemonThreadsForShutdown()
1275 bool updated = self->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal); in Register() local
1276 DCHECK(updated); in Register()
1400 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in VisitRootsForSuspendedThreads() local
1401 DCHECK(updated); in VisitRootsForSuspendedThreads()