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

  /art/runtime/jdwp/
jdwp_event.cc 584 void JdwpState::SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id) {
597 if (thread_self_id == debug_thread_id_) {
618 SetWaitForEventThread(thread_self_id);
633 JDWP::ObjectId thread_self_id = Dbg::GetThreadSelfId(); local
639 SuspendByPolicy(suspend_policy, thread_self_id);
    [all...]
jdwp.h 305 void SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id)

Completed in 110 milliseconds