Searched defs:interrupted (Results 1 – 8 of 8) sorted by relevance
146 private volatile Thread interrupted; field in AbstractInterruptibleChannel200 Thread interrupted = this.interrupted; in end() local
130 final CountDownLatch interrupted = new CountDownLatch(1); in testReplacementAfterExchange() local
246 private static boolean interrupted = false; field in OldThreadGroupTest
54 boolean interrupted; field in ServerSocketTest
115 boolean interrupted; field in SocketTest
949 public static native boolean interrupted(); in interrupted() method in Thread
1333 private long cancelWaiter(WNode node, WNode group, boolean interrupted) { in cancelWaiter()
1692 boolean interrupted; field in CompletableFuture.Signaller