Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc884 Thread* suspended_thread = nullptr; in SuspendThreadByPeer() local
898 if (suspended_thread != nullptr) { in SuspendThreadByPeer()
903 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer()
916 CHECK(suspended_thread == nullptr); in SuspendThreadByPeer()
931 CHECK(suspended_thread == nullptr); in SuspendThreadByPeer()
932 suspended_thread = thread; in SuspendThreadByPeer()
933 bool updated = suspended_thread->ModifySuspendCount(self, +1, nullptr, reason); in SuspendThreadByPeer()
964 if (suspended_thread != nullptr) { in SuspendThreadByPeer()
965 CHECK_EQ(suspended_thread, thread); in SuspendThreadByPeer()
966 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer()
[all …]