Home
last modified time | relevance | path

Searched refs:pleaseOffer (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DSynchronousQueueTest.java256 final CountDownLatch pleaseOffer = new CountDownLatch(1); in testTimedPollWithOffer() local
264 pleaseOffer.countDown(); in testTimedPollWithOffer()
285 await(pleaseOffer); in testTimedPollWithOffer()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DSynchronousQueueTest.java277 final CountDownLatch pleaseOffer = new CountDownLatch(1); in testTimedPollWithOffer() local
285 pleaseOffer.countDown(); in testTimedPollWithOffer()
306 await(pleaseOffer); in testTimedPollWithOffer()