Searched defs:threadCount (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DDdm.cpp367 int threadCount = 0; local
369 threadCount++;
376 int bufLen = kHeaderLen + threadCount * kBytesPerEntry;
382 set2BE(buf+2, (u2) threadCount);
/dalvik/vm/jdwp/
H A DJdwpHandler.cpp262 u4 threadCount; local
263 dvmDbgGetAllThreads(&pThreadIds, &threadCount);
265 expandBufAdd4BE(pReply, threadCount);
268 for (u4 i = 0; i < threadCount; i++) {
1252 u4 threadCount; local
1253 dvmDbgGetThreadGroupThreads(threadGroupId, &pThreadIds, &threadCount);
1255 expandBufAdd4BE(pReply, threadCount);
1257 for (u4 i = 0; i < threadCount; i++)

Completed in 62 milliseconds