Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorTest.java309 final CountDownLatch threadDone = new CountDownLatch(1); in testGetCompletedTaskCount() local
317 threadDone.countDown(); in testGetCompletedTaskCount()
322 threadDone.await(); in testGetCompletedTaskCount()
DScheduledExecutorSubclassTest.java359 final CountDownLatch threadDone = new CountDownLatch(1); in testGetCompletedTaskCount() local
367 threadDone.countDown(); in testGetCompletedTaskCount()
372 threadDone.await(); in testGetCompletedTaskCount()
DThreadPoolExecutorTest.java149 final CountDownLatch threadDone = new CountDownLatch(1); in testGetCompletedTaskCount() local
157 threadDone.countDown(); in testGetCompletedTaskCount()
162 threadDone.await(); in testGetCompletedTaskCount()
DThreadPoolExecutorSubclassTest.java283 final CountDownLatch threadDone = new CountDownLatch(1); in testGetCompletedTaskCount() local
291 threadDone.countDown(); in testGetCompletedTaskCount()
296 threadDone.await(); in testGetCompletedTaskCount()