Home | History | Annotate | Download | only in jdwp

Lines Matching refs:thread_id

785                                        ObjectId thread_id)
793 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name);
797 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name;
891 ObjectId thread_id = Dbg::GetThreadId(basket.thread);
896 LogMatchingEventsAndThread(match_list, thread_id);
908 expandBufAddObjectId(pReq, thread_id);
922 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id);
953 ObjectId thread_id = Dbg::GetThreadId(basket.thread);
962 LogMatchingEventsAndThread(match_list, thread_id);
989 expandBufAddObjectId(pReq, thread_id);
1008 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id);
1046 ObjectId thread_id = Dbg::GetThreadId(basket.thread);
1049 LogMatchingEventsAndThread(match_list, thread_id);
1060 expandBufAdd8BE(pReq, thread_id);
1070 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id);
1136 ObjectId thread_id = Dbg::GetThreadId(basket.thread);
1147 LogMatchingEventsAndThread(match_list, thread_id);
1166 expandBufAddObjectId(pReq, thread_id);
1180 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id);
1209 ObjectId thread_id = Dbg::GetThreadId(basket.thread);
1222 LogMatchingEventsAndThread(match_list, thread_id);
1227 if (thread_id == debug_thread_id_) {
1234 thread_id = 0;
1247 expandBufAddObjectId(pReq, thread_id);
1261 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id);