Home | History | Annotate | Download | only in runtime

Lines Matching refs:suspended_thread

3367         Thread* suspended_thread;
3372 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer, true, true, &timed_out);
3375 if (suspended_thread == nullptr) {
3379 CHECK_EQ(suspended_thread, thread_);