Home | History | Annotate | Download | only in runtime

Lines Matching refs:suspended_thread

538   Thread* suspended_thread = nullptr;
559 CHECK(suspended_thread == nullptr) << "Suspended thread " << suspended_thread
569 if (suspended_thread == nullptr) {
571 suspended_thread = thread;
573 CHECK_EQ(suspended_thread, thread);
591 if (suspended_thread != nullptr) {