Lines Matching defs:threadCount
262 u4 threadCount;
263 dvmDbgGetAllThreads(&pThreadIds, &threadCount);
265 expandBufAdd4BE(pReply, threadCount);
268 for (u4 i = 0; i < threadCount; i++) {
1254 u4 threadCount;
1255 dvmDbgGetThreadGroupThreads(threadGroupId, &pThreadIds, &threadCount);
1257 expandBufAdd4BE(pReply, threadCount);
1259 for (u4 i = 0; i < threadCount; i++)