Home | History | Annotate | Download | only in jdwp

Lines Matching refs:threadCount

290     u4 threadCount;
295 dvmDbgGetAllThreads(&pThreadIds, &threadCount);
297 expandBufAdd4BE(pReply, threadCount);
300 for (i = 0; i < (int) threadCount; i++) {
1438 u4 threadCount;
1446 dvmDbgGetThreadGroupThreads(threadGroupId, &pThreadIds, &threadCount);
1448 expandBufAdd4BE(pReply, threadCount);
1451 for (i = 0; i < (int) threadCount; i++)