Home | History | Annotate | Download | only in jdwp

Lines Matching defs:thread_group_id

208   ObjectId thread_group_id = Dbg::GetSystemThreadGroupId();
209 expandBufAddObjectId(pReply, thread_group_id);
1122 ObjectId thread_group_id = request->ReadThreadGroupId();
1123 return Dbg::GetThreadGroupName(thread_group_id, pReply);
1132 ObjectId thread_group_id = request->ReadThreadGroupId();
1133 return Dbg::GetThreadGroupParent(thread_group_id, pReply);
1142 ObjectId thread_group_id = request->ReadThreadGroupId();
1143 return Dbg::GetThreadGroupChildren(thread_group_id, pReply);