Searched defs:cancelled (Results 1 – 5 of 5) sorted by relevance
39 int cancelled = 0; in main() local
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
470 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelInterrupt_ThrowsSecurityException() local543 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelNoInterrupt() local655 final CountDownLatch cancelled = new CountDownLatch(1); in testTimedGet_Cancellation() local
80 boolean cancelled; field in ThreadPoolExecutorSubclassTest.CustomTask