Searched refs:ModifySuspendCount (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/runtime/ |
H A D | thread_list.cc | 334 thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RunCheckpoint() 347 thread->ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal); in RunCheckpoint() 383 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RunCheckpoint() 597 bool updated = thread->ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in FlipThreadRoots() 702 bool updated = thread->ModifySuspendCount(self, +1, &pending_threads, reason); in SuspendAllInternal() 842 if (UNLIKELY(!thread->ModifySuspendCount(self, -1, nullptr, reason))) { in Resume() 904 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer() 935 bool updated = suspended_thread->ModifySuspendCount(self, +1, nullptr, reason); in SuspendThreadByPeer() 1047 bool updated = thread->ModifySuspendCount(self, +1, nullptr, reason); in SuspendThreadByThreadId() 1079 bool updated = thread->ModifySuspendCount(soa.Self(), -1, nullptr, reason); in SuspendThreadByThreadId() [all …]
|
H A D | thread-inl.h | 360 inline bool Thread::ModifySuspendCount(Thread* self, in ModifySuspendCount() function
|
H A D | thread.h | 276 bool ModifySuspendCount(Thread* self,
|
H A D | thread.cc | 1715 if (!ModifySuspendCount(self, +1, nullptr, SuspendReason::kInternal)) { in RequestSynchronousCheckpoint() 1742 bool updated = ModifySuspendCount(self, -1, nullptr, SuspendReason::kInternal); in RequestSynchronousCheckpoint()
|
/aosp12/art/test/2011-stack-walk-concurrent-instrument/ |
H A D | stack_walk_concurrent.cc | 90 …bool updated = other->ModifySuspendCount(Thread::Current(), -1, nullptr, SuspendReason::kInternal); in Java_Main_waitAndDeopt()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_thread.cc | 926 if (!self->ModifySuspendCount(self, +1, nullptr, art::SuspendReason::kForUserCode)) { in SuspendSelf()
|