Searched refs:thread_group_id (Results 1 – 2 of 2) sorted by relevance
211 ObjectId thread_group_id = Dbg::GetSystemThreadGroupId(); in VM_TopLevelThreadGroups() local212 expandBufAddObjectId(pReply, thread_group_id); in VM_TopLevelThreadGroups()1129 ObjectId thread_group_id = request->ReadThreadGroupId(); in TGR_Name() local1130 return Dbg::GetThreadGroupName(thread_group_id, pReply); in TGR_Name()1139 ObjectId thread_group_id = request->ReadThreadGroupId(); in TGR_Parent() local1140 return Dbg::GetThreadGroupParent(thread_group_id, pReply); in TGR_Parent()1149 ObjectId thread_group_id = request->ReadThreadGroupId(); in TGR_Children() local1150 return Dbg::GetThreadGroupChildren(thread_group_id, pReply); in TGR_Children()
453 static JDWP::JdwpError GetThreadGroupName(JDWP::ObjectId thread_group_id,456 static JDWP::JdwpError GetThreadGroupParent(JDWP::ObjectId thread_group_id,459 static JDWP::JdwpError GetThreadGroupChildren(JDWP::ObjectId thread_group_id,