Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DScheduledExecutorSubclassTest.java443 final CountDownLatch threadDone = new CountDownLatch(1); in testGetCompletedTaskCount() local
450 threadDone.countDown(); in testGetCompletedTaskCount()
455 threadDone.await(); in testGetCompletedTaskCount()
DScheduledExecutorTest.java387 final CountDownLatch threadDone = new CountDownLatch(1); in testGetCompletedTaskCount() local
394 threadDone.countDown(); in testGetCompletedTaskCount()
399 threadDone.await(); in testGetCompletedTaskCount()
DThreadPoolExecutorSubclassTest.java357 final CountDownLatch threadDone = new CountDownLatch(1); in testGetCompletedTaskCount() local
364 threadDone.countDown(); in testGetCompletedTaskCount()
369 threadDone.await(); in testGetCompletedTaskCount()
DThreadPoolExecutorTest.java210 final CountDownLatch threadDone = new CountDownLatch(1); in testGetCompletedTaskCount() local
217 threadDone.countDown(); in testGetCompletedTaskCount()
222 threadDone.await(); in testGetCompletedTaskCount()
/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()