Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DLinkedBlockingDequeTest.java587 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutWithTake() local
593 pleaseTake.countDown(); in testPutWithTake()
604 await(pleaseTake); in testPutWithTake()
819 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutFirstWithTake() local
825 pleaseTake.countDown(); in testPutFirstWithTake()
836 await(pleaseTake); in testPutFirstWithTake()
1166 final CountDownLatch pleaseTake = new CountDownLatch(1);
1172 pleaseTake.countDown();
1183 await(pleaseTake);
DSynchronousQueueTest.java133 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutWithTake() local
137 pleaseTake.countDown(); in testPutWithTake()
148 await(pleaseTake); in testPutWithTake()
DLinkedBlockingQueueTest.java277 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutWithTake() local
283 pleaseTake.countDown(); in testPutWithTake()
294 await(pleaseTake); in testPutWithTake()
DArrayBlockingQueueTest.java287 final CountDownLatch pleaseTake = new CountDownLatch(1); in testPutWithTake() local
293 pleaseTake.countDown(); in testPutWithTake()
304 await(pleaseTake); in testPutWithTake()