Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java679 Thread[] survivors = new Thread[7]; in checkForkJoinPoolThreadLeaks() local
680 int count = Thread.enumerate(survivors); in checkForkJoinPoolThreadLeaks()
682 Thread thread = survivors[i]; in checkForkJoinPoolThreadLeaks()