Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DFutureTaskTest.java398 final CountDownLatch pleaseCancel = new CountDownLatch(1); in testCancelInterrupt() local
402 pleaseCancel.countDown(); in testCancelInterrupt()
410 await(pleaseCancel); in testCancelInterrupt()
428 final CountDownLatch pleaseCancel = new CountDownLatch(1); in testCancelInterrupt_ThrowsSecurityException() local
433 pleaseCancel.countDown(); in testCancelInterrupt_ThrowsSecurityException()
446 await(pleaseCancel); in testCancelInterrupt_ThrowsSecurityException()
472 final CountDownLatch pleaseCancel = new CountDownLatch(1); in testCancelInterrupt_taskFails() local
477 pleaseCancel.countDown(); in testCancelInterrupt_taskFails()
486 await(pleaseCancel); in testCancelInterrupt_taskFails()
501 final CountDownLatch pleaseCancel = new CountDownLatch(1); in testCancelNoInterrupt() local
[all …]