Searched defs:cancelled (Results 1 – 4 of 4) sorted by relevance
32 boolean cancelled; field in TimerTask
170 private boolean cancelled; field in Timer.TimerImpl
429 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelInterrupt_ThrowsSecurityException() local502 final CountDownLatch cancelled = new CountDownLatch(1); in testCancelNoInterrupt() local614 final CountDownLatch cancelled = new CountDownLatch(1); in testTimedGet_Cancellation() local
25 boolean cancelled; field in ThreadPoolExecutorSubclassTest.CustomTask