Home
last modified time | relevance | path

Searched refs:ModifySuspendCount (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dthread_list.cc347 bool updated = thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal); in RunCheckpoint()
389 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RunCheckpoint()
597 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots()
631 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots()
742 bool updated = thread->ModifySuspendCount(self, +1, &pending_threads, reason); in SuspendAllInternal()
821 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in ResumeAll()
867 if (UNLIKELY(!thread->ModifySuspendCount(self, -1, nullptr, reason))) { in Resume()
928 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer()
958 bool updated = suspended_thread->ModifySuspendCount(self, +1, nullptr, reason); in SuspendThreadByPeer()
991 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer()
[all …]
Dthread-inl.h355 inline bool Thread::ModifySuspendCount(Thread* self, in ModifySuspendCount() function
Dthread.h259 bool ModifySuspendCount(Thread* self,
Dthread.cc1516 if (!ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal)) { in RequestSynchronousCheckpoint()
1543 bool updated = ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RequestSynchronousCheckpoint()
/art/openjdkjvmti/
Dti_thread.cc881 if (!self->ModifySuspendCount(self, +1, nullptr, art::SuspendReason::kForUserCode)) { in SuspendSelf()