Home | History | Annotate | Download | only in jdwp

Lines Matching defs:thread_group_id

251   ObjectId thread_group_id = Dbg::GetSystemThreadGroupId();
252 expandBufAddObjectId(pReply, thread_group_id);
1152 ObjectId thread_group_id = request.ReadThreadGroupId();
1153 return Dbg::GetThreadGroupName(thread_group_id, pReply);
1162 ObjectId thread_group_id = request.ReadThreadGroupId();
1163 return Dbg::GetThreadGroupParent(thread_group_id, pReply);
1172 ObjectId thread_group_id = request.ReadThreadGroupId();
1173 return Dbg::GetThreadGroupChildren(thread_group_id, pReply);