Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorSubclassTest.java421 final CountDownLatch threadDone = new CountDownLatch(1); in testGetCompletedTaskCount() local
428 threadDone.countDown(); in testGetCompletedTaskCount()
433 threadDone.await(); in testGetCompletedTaskCount()
DScheduledExecutorTest.java365 final CountDownLatch threadDone = new CountDownLatch(1); in testGetCompletedTaskCount() local
372 threadDone.countDown(); in testGetCompletedTaskCount()
377 threadDone.await(); in testGetCompletedTaskCount()
DThreadPoolExecutorSubclassTest.java335 final CountDownLatch threadDone = new CountDownLatch(1); in testGetCompletedTaskCount() local
342 threadDone.countDown(); in testGetCompletedTaskCount()
347 threadDone.await(); in testGetCompletedTaskCount()
DThreadPoolExecutorTest.java188 final CountDownLatch threadDone = new CountDownLatch(1); in testGetCompletedTaskCount() local
195 threadDone.countDown(); in testGetCompletedTaskCount()
200 threadDone.await(); in testGetCompletedTaskCount()