Searched refs:theThreads (Results 1 – 2 of 2) sorted by relevance
105 jthread *theThreads; in children() local109 &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()
503 jthread *theThreads; in getAllThreads() local505 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()