Searched defs:suspended_thread (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread_list.cc538 Thread* suspended_thread = nullptr; local
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) {
H A Ddebugger.cc3367 Thread* suspended_thread; local
3372 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer, true, true, &timed_out);
3375 if (suspended_thread == nullptr) {
3379 CHECK_EQ(suspended_thread, thread_);

Completed in 13 milliseconds