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_) {
625 JDWP::ObjectId thread_self_id = Dbg::GetThreadSelfId(); local
634 SuspendByPolicy(suspend_policy, thread_self_id);
    [all...]
jdwp.h 303 void SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id)

Completed in 104 milliseconds