Home | History | Annotate | Download | only in jdwp

Lines Matching refs:thread_group_id

211   ObjectId thread_group_id = Dbg::GetSystemThreadGroupId();
212 expandBufAddObjectId(pReply, thread_group_id);
1129 ObjectId thread_group_id = request->ReadThreadGroupId();
1130 return Dbg::GetThreadGroupName(thread_group_id, pReply);
1139 ObjectId thread_group_id = request->ReadThreadGroupId();
1140 return Dbg::GetThreadGroupParent(thread_group_id, pReply);
1149 ObjectId thread_group_id = request->ReadThreadGroupId();
1150 return Dbg::GetThreadGroupChildren(thread_group_id, pReply);