Home | History | Annotate | Download | only in jdwp

Lines Matching defs:thread_id

790                                        ObjectId thread_id)
798 JdwpError error = Dbg::GetThreadName(thread_id, thread_name);
802 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name;
876 ObjectId thread_id = 0;
898 thread_id = Dbg::GetThreadId(basket.thread);
903 LogMatchingEventsAndThread(match_list, match_count, thread_id);
915 expandBufAdd8BE(pReq, thread_id);
931 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id);
960 ObjectId thread_id = 0;
974 thread_id = Dbg::GetThreadId(basket.thread);
983 LogMatchingEventsAndThread(match_list, match_count, thread_id);
1010 expandBufAdd8BE(pReq, thread_id);
1031 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id);
1059 ObjectId thread_id = 0;
1075 thread_id = Dbg::GetThreadId(basket.thread);
1078 LogMatchingEventsAndThread(match_list, match_count, thread_id);
1089 expandBufAdd8BE(pReq, thread_id);
1101 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id);
1169 ObjectId thread_id = 0;
1179 thread_id = Dbg::GetThreadId(basket.thread);
1190 LogMatchingEventsAndThread(match_list, match_count, thread_id);
1209 expandBufAdd8BE(pReq, thread_id);
1225 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id);
1254 ObjectId thread_id = 0;
1264 thread_id = Dbg::GetThreadId(basket.thread);
1277 LogMatchingEventsAndThread(match_list, match_count, thread_id);
1282 if (thread_id == debug_thread_id_) {
1289 thread_id = 0;
1302 expandBufAdd8BE(pReq, thread_id);
1318 SendRequestAndPossiblySuspend(pReq, suspend_policy, thread_id);