Searched defs:numThread (Results 1 – 2 of 2) sorted by relevance
43 int numThread = Thread.currentThread().getThreadGroup().activeCount(); in postExecutionCheck() local
811 int numThread = this.getThreadGroup().activeCount(); in checkStrayThreads() local845 private List<Thread> getListOfThreadsExcludingForkJoinWorkers(int numThread) { in getListOfThreadsExcludingForkJoinWorkers()