Searched defs:cancelled (Results 1 – 6 of 6) sorted by relevance
39 int cancelled = 0; in main() local
119 private boolean cancelled = false; field in FutureTest.TestFuture
495 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelInterrupt_ThrowsSecurityException() local570 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelNoInterrupt() local686 final CountDownLatch cancelled = new CountDownLatch(1); in testTimedGet_Cancellation() local
93 boolean cancelled; field in ThreadPoolExecutorSubclassTest.CustomTask
447 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelInterrupt_ThrowsSecurityException() local520 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelNoInterrupt() local632 final CountDownLatch cancelled = new CountDownLatch(1); in testTimedGet_Cancellation() local
58 boolean cancelled; field in ThreadPoolExecutorSubclassTest.CustomTask