Home
last modified time | relevance | path

Searched refs:filterDebugThreads (Results 1 – 4 of 4) sorted by relevance

/external/oj-libjdwp/src/share/back/
DThreadGroupReferenceImpl.c118 threadCount = filterDebugThreads(theThreads, threadCount); in children()
Dutil.h350 int filterDebugThreads(jthread *threads, int count);
DVirtualMachineImpl.c510 threadCount = filterDebugThreads(theThreads, threadCount); in getAllThreads()
Dutil.c660 filterDebugThreads(jthread *threads, int count) in filterDebugThreads() function