Searched refs:all_threads (Results 1 – 1 of 1) sorted by relevance
171 Thread[] all_threads = new Thread[mytg.activeCount()]; in doRedefinition() local172 mytg.enumerate(all_threads); in doRedefinition()173 Set<Thread> thread_set = new HashSet<>(Arrays.asList(all_threads)); in doRedefinition()