Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DForkJoinPoolTest.java238 final CountDownLatch taskStarted = new CountDownLatch(1); in testGetPoolSize() local
245 taskStarted.countDown(); in testGetPoolSize()
251 await(taskStarted); in testGetPoolSize()
/libcore/jsr166-tests/src/test/java/jsr166/
DForkJoinPoolTest.java220 final CountDownLatch taskStarted = new CountDownLatch(1); in testGetPoolSize() local
227 taskStarted.countDown(); in testGetPoolSize()
233 await(taskStarted); in testGetPoolSize()