Searched refs:ModifySuspendCount (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | thread_list.cc | 347 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 …]
|
D | thread-inl.h | 355 inline bool Thread::ModifySuspendCount(Thread* self, in ModifySuspendCount() function
|
D | thread.h | 259 bool ModifySuspendCount(Thread* self,
|
D | thread.cc | 1516 if (!ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal)) { in RequestSynchronousCheckpoint() 1543 bool updated = ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RequestSynchronousCheckpoint()
|
/art/openjdkjvmti/ |
D | ti_thread.cc | 881 if (!self->ModifySuspendCount(self, +1, nullptr, art::SuspendReason::kForUserCode)) { in SuspendSelf()
|