HomeSort by relevance Sort by last modified time
    Searched refs:SuspendThreadByPeer (Results 1 - 5 of 5) sorted by null

  /art/runtime/native/
dalvik_system_VMStack.cc 43 thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out);
java_lang_Thread.cc 137 thread = thread_list->SuspendThreadByPeer(peer, true, false, &timed_out);
  /art/runtime/
thread_list.h 69 Thread* SuspendThreadByPeer(jobject peer, bool request_suspension, bool debug_suspension,
thread_list.cc 457 Thread* ThreadList::SuspendThreadByPeer(jobject peer, bool request_suspension,
465 VLOG(threads) << "SuspendThreadByPeer starting";
482 VLOG(threads) << "SuspendThreadByPeer failed for unattached thread: "
486 VLOG(threads) << "SuspendThreadByPeer found thread: " << *thread;
506 VLOG(threads) << "SuspendThreadByPeer thread suspended: " << *thread;
520 VLOG(threads) << "SuspendThreadByPeer sleeping to allow thread chance to suspend";
    [all...]
debugger.cc     [all...]

Completed in 1392 milliseconds