• Home
  • Raw
  • Download

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()
562 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() local
563 DCHECK(updated); in FlipThreadRoots()
592 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() local
593 DCHECK(updated); in FlipThreadRoots()
697 bool updated = thread->ModifySuspendCount(self, +1, &pending_threads, reason); in SuspendAllInternal() local
698 DCHECK(updated); in SuspendAllInternal()
791 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in ResumeAll() local
792 DCHECK(updated); in ResumeAll()
899 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer() local
903 DCHECK(updated); in SuspendThreadByPeer()
930 bool updated = suspended_thread->ModifySuspendCount(self, +1, nullptr, reason); in SuspendThreadByPeer() local
931 DCHECK(updated); in SuspendThreadByPeer()
1045 bool updated = thread->ModifySuspendCount(self, +1, nullptr, reason); in SuspendThreadByThreadId() local
1046 DCHECK(updated); in SuspendThreadByThreadId()
1077 bool updated = thread->ModifySuspendCount(soa.Self(), -1, nullptr, reason); in SuspendThreadByThreadId() local
1078 DCHECK(updated); in SuspendThreadByThreadId()
1169 bool updated = thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal); in SuspendAllDaemonThreadsForShutdown() local
1170 DCHECK(updated); in SuspendAllDaemonThreadsForShutdown()
1273 bool updated = self->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal); in Register() local
1274 DCHECK(updated); in Register()
1397 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in VisitRootsForSuspendedThreads() local
1398 DCHECK(updated); in VisitRootsForSuspendedThreads()