Searched refs:threadCount (Results 1 – 2 of 2) sorted by relevance
367 int threadCount = 0; in dvmDdmGenerateThreadStats() local369 threadCount++; in dvmDdmGenerateThreadStats()376 int bufLen = kHeaderLen + threadCount * kBytesPerEntry; in dvmDdmGenerateThreadStats()382 set2BE(buf+2, (u2) threadCount); in dvmDdmGenerateThreadStats()
262 u4 threadCount; in handleVM_AllThreads() local263 dvmDbgGetAllThreads(&pThreadIds, &threadCount); in handleVM_AllThreads()265 expandBufAdd4BE(pReply, threadCount); in handleVM_AllThreads()268 for (u4 i = 0; i < threadCount; i++) { in handleVM_AllThreads()1254 u4 threadCount; in handleTGR_Children() local1255 dvmDbgGetThreadGroupThreads(threadGroupId, &pThreadIds, &threadCount); in handleTGR_Children()1257 expandBufAdd4BE(pReply, threadCount); in handleTGR_Children()1259 for (u4 i = 0; i < threadCount; i++) in handleTGR_Children()