Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc893 Thread* suspended_thread = nullptr; in SuspendThreadByPeer() local
907 if (suspended_thread != nullptr) { in SuspendThreadByPeer()
912 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer()
925 CHECK(suspended_thread == nullptr); in SuspendThreadByPeer()
940 CHECK(suspended_thread == nullptr); in SuspendThreadByPeer()
941 suspended_thread = thread; in SuspendThreadByPeer()
942 bool updated = suspended_thread->ModifySuspendCount(self, +1, nullptr, reason); in SuspendThreadByPeer()
973 if (suspended_thread != nullptr) { in SuspendThreadByPeer()
974 CHECK_EQ(suspended_thread, thread); in SuspendThreadByPeer()
975 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer()
[all …]