Lines Matching refs:threadGroupId
291 //threadGroupId = debugGetMainThreadGroup();
292 //expandBufAdd8BE(pReply, threadGroupId);
293 ObjectId threadGroupId = dvmDbgGetSystemThreadGroupId();
294 expandBufAddObjectId(pReply, threadGroupId);
1088 ObjectId threadGroupId = dvmDbgGetThreadGroup(threadId);
1089 expandBufAddObjectId(pReply, threadGroupId);
1210 ObjectId threadGroupId = dvmReadObjectId(&buf);
1211 LOGV(" Req for name of threadGroupId=0x%llx", threadGroupId);
1213 char* name = dvmDbgGetThreadGroupName(threadGroupId);
1248 ObjectId threadGroupId = dvmReadObjectId(&buf);
1249 LOGV(" Req for threads in threadGroupId=0x%llx", threadGroupId);
1253 dvmDbgGetThreadGroupThreads(threadGroupId, &pThreadIds, &threadCount);
1266 if (threadGroupId == dvmDbgGetSystemThreadGroupId()) {