Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DLinkedBlockingDequeTest.java648 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutWithTake() local
654 pleaseTake.countDown(); in testPutWithTake()
665 await(pleaseTake); in testPutWithTake()
878 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutFirstWithTake() local
884 pleaseTake.countDown(); in testPutFirstWithTake()
895 await(pleaseTake); in testPutFirstWithTake()
1227 final CountDownLatch pleaseTake = new CountDownLatch(1);
1233 pleaseTake.countDown();
1244 await(pleaseTake);
DSynchronousQueueTest.java182 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutWithTake() local
186 pleaseTake.countDown(); in testPutWithTake()
197 await(pleaseTake); in testPutWithTake()
DLinkedBlockingQueueTest.java336 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutWithTake() local
342 pleaseTake.countDown(); in testPutWithTake()
353 await(pleaseTake); in testPutWithTake()
DArrayBlockingQueueTest.java384 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutWithTake() local
390 pleaseTake.countDown(); in testPutWithTake()
401 await(pleaseTake); in testPutWithTake()
/libcore/jsr166-tests/src/test/java/jsr166/
DLinkedBlockingDequeTest.java614 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutWithTake() local
620 pleaseTake.countDown(); in testPutWithTake()
631 await(pleaseTake); in testPutWithTake()
844 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutFirstWithTake() local
850 pleaseTake.countDown(); in testPutFirstWithTake()
861 await(pleaseTake); in testPutFirstWithTake()
1193 final CountDownLatch pleaseTake = new CountDownLatch(1);
1199 pleaseTake.countDown();
1210 await(pleaseTake);
DSynchronousQueueTest.java161 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutWithTake() local
165 pleaseTake.countDown(); in testPutWithTake()
176 await(pleaseTake); in testPutWithTake()
DLinkedBlockingQueueTest.java306 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutWithTake() local
312 pleaseTake.countDown(); in testPutWithTake()
323 await(pleaseTake); in testPutWithTake()
DArrayBlockingQueueTest.java316 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutWithTake() local
322 pleaseTake.countDown(); in testPutWithTake()
333 await(pleaseTake); in testPutWithTake()