Lines Matching refs:thread_group_id
243 ObjectId thread_group_id = Dbg::GetSystemThreadGroupId();
244 expandBufAddObjectId(pReply, thread_group_id);
1137 ObjectId thread_group_id = request.ReadThreadGroupId();
1139 expandBufAddUtf8String(pReply, Dbg::GetThreadGroupName(thread_group_id));
1150 ObjectId thread_group_id = request.ReadThreadGroupId();
1152 ObjectId parentGroup = Dbg::GetThreadGroupParent(thread_group_id);
1164 ObjectId thread_group_id = request.ReadThreadGroupId();
1167 Dbg::GetThreads(thread_group_id, thread_ids);
1174 Dbg::GetChildThreadGroups(thread_group_id, child_thread_groups_ids);