Searched refs:pleaseCancel (Results 1 – 2 of 2) sorted by relevance
416 final CountDownLatch pleaseCancel = new CountDownLatch(1); in testCancelInterrupt() local420 pleaseCancel.countDown(); in testCancelInterrupt()428 await(pleaseCancel); in testCancelInterrupt()446 final CountDownLatch pleaseCancel = new CountDownLatch(1); in testCancelInterrupt_ThrowsSecurityException() local451 pleaseCancel.countDown(); in testCancelInterrupt_ThrowsSecurityException()464 await(pleaseCancel); in testCancelInterrupt_ThrowsSecurityException()490 final CountDownLatch pleaseCancel = new CountDownLatch(1); in testCancelInterrupt_taskFails() local494 pleaseCancel.countDown(); in testCancelInterrupt_taskFails()504 await(pleaseCancel); in testCancelInterrupt_taskFails()519 final CountDownLatch pleaseCancel = new CountDownLatch(1); in testCancelNoInterrupt() local[all …]
439 final CountDownLatch pleaseCancel = new CountDownLatch(1); in testCancelInterrupt() local443 pleaseCancel.countDown(); in testCancelInterrupt()451 await(pleaseCancel); in testCancelInterrupt()469 final CountDownLatch pleaseCancel = new CountDownLatch(1); in testCancelInterrupt_ThrowsSecurityException() local474 pleaseCancel.countDown(); in testCancelInterrupt_ThrowsSecurityException()487 await(pleaseCancel); in testCancelInterrupt_ThrowsSecurityException()513 final CountDownLatch pleaseCancel = new CountDownLatch(1); in testCancelInterrupt_taskFails() local517 pleaseCancel.countDown(); in testCancelInterrupt_taskFails()527 await(pleaseCancel); in testCancelInterrupt_taskFails()542 final CountDownLatch pleaseCancel = new CountDownLatch(1); in testCancelNoInterrupt() local[all …]