Searched refs:listThreads (Results 1 – 2 of 2) sorted by relevance
48 Thread[] listThreads = new Thread[numThread]; in postExecutionCheck() local49 Thread.currentThread().getThreadGroup().enumerate(listThreads); in postExecutionCheck()51 List<Thread> arrayThread = new ArrayList<>(Arrays.asList(listThreads)); in postExecutionCheck()
669 Thread[] listThreads = new Thread[numThread]; in checkStrayThreads() local670 this.getThreadGroup().enumerate(listThreads); in checkStrayThreads()671 CLog.e("List of remaining threads: %s", Arrays.asList(listThreads)); in checkStrayThreads()684 numThread, Arrays.asList(listThreads))); in checkStrayThreads()