Home
last modified time | relevance | path

Searched refs:theThreads (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/back/
DThreadGroupReferenceImpl.c105 jthread *theThreads; in children() local
109 &threadCount,&theThreads, in children()
118 threadCount = filterDebugThreads(theThreads, threadCount); in children()
122 (void)outStream_writeObjectRef(env, out, theThreads[i]); in children()
130 jvmtiDeallocate(theThreads); in children()
DVirtualMachineImpl.c503 jthread *theThreads; in getAllThreads() local
505 theThreads = allThreads(&threadCount); in getAllThreads()
506 if (theThreads == NULL) { in getAllThreads()
510 threadCount = filterDebugThreads(theThreads, threadCount); in getAllThreads()
514 (void)outStream_writeObjectRef(env, out, theThreads[i]); in getAllThreads()
517 jvmtiDeallocate(theThreads); in getAllThreads()