Home
last modified time | relevance | path

Searched defs:numThread (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DLeakedThreadStatusChecker.java43 int numThread = Thread.currentThread().getThreadGroup().activeCount(); in postExecutionCheck() local
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java811 int numThread = this.getThreadGroup().activeCount(); in checkStrayThreads() local
845 private List<Thread> getListOfThreadsExcludingForkJoinWorkers(int numThread) { in getListOfThreadsExcludingForkJoinWorkers()