Lines Matching refs:suspended_thread
875 Thread* suspended_thread = nullptr; in SuspendThreadByPeer() local
889 if (suspended_thread != nullptr) { in SuspendThreadByPeer()
894 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer()
907 CHECK(suspended_thread == nullptr); in SuspendThreadByPeer()
922 CHECK(suspended_thread == nullptr); in SuspendThreadByPeer()
923 suspended_thread = thread; in SuspendThreadByPeer()
924 bool updated = suspended_thread->ModifySuspendCount(self, +1, nullptr, debug_suspension); in SuspendThreadByPeer()
955 if (suspended_thread != nullptr) { in SuspendThreadByPeer()
956 CHECK_EQ(suspended_thread, thread); in SuspendThreadByPeer()
957 bool updated = suspended_thread->ModifySuspendCount(soa.Self(), in SuspendThreadByPeer()
994 Thread* suspended_thread = nullptr; in SuspendThreadByThreadId() local
1015 CHECK(suspended_thread == nullptr) << "Suspended thread " << suspended_thread in SuspendThreadByThreadId()
1027 if (suspended_thread == nullptr) { in SuspendThreadByThreadId()
1036 suspended_thread = thread; in SuspendThreadByThreadId()
1038 CHECK_EQ(suspended_thread, thread); in SuspendThreadByThreadId()
1065 if (suspended_thread != nullptr) { in SuspendThreadByThreadId()