HomeSort by relevance Sort by last modified time
    Searched refs:theThreads (Results 1 - 2 of 2) sorted by null

  /external/oj-libjdwp/src/share/back/
ThreadGroupReferenceImpl.c 105 jthread *theThreads;
109 &threadCount,&theThreads,
118 threadCount = filterDebugThreads(theThreads, threadCount);
122 (void)outStream_writeObjectRef(env, out, theThreads[i]);
130 jvmtiDeallocate(theThreads);
VirtualMachineImpl.c 497 jthread *theThreads;
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 74 milliseconds