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

/openjdk7/jdk/src/share/back/
H A DThreadGroupReferenceImpl.c105 jthread *theThreads; local
109 &threadCount,&theThreads,
118 threadCount = filterDebugThreads(theThreads, threadCount);
122 (void)outStream_writeObjectRef(env, out, theThreads[i]);
130 jvmtiDeallocate(theThreads);
H A DVirtualMachineImpl.c497 jthread *theThreads; local
499 theThreads = allThreads(&threadCount);
500 if (theThreads == NULL) {
504 threadCount = filterDebugThreads(theThreads, threadCount);
508 (void)outStream_writeObjectRef(env, out, theThreads[i]);
511 jvmtiDeallocate(theThreads);

Completed in 44 milliseconds