Home
last modified time | relevance | path

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

/art/test/2005-pause-all-redefine-multithreaded/src/art/
DTest2005.java171 Thread[] all_threads = new Thread[mytg.activeCount()]; in doRedefinition() local
172 mytg.enumerate(all_threads); in doRedefinition()
173 Set<Thread> thread_set = new HashSet<>(Arrays.asList(all_threads)); in doRedefinition()