Searched refs:interruptAndCloseRunnable (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/spi/
H A DAbstractInterruptibleChannel.java42 private final Runnable interruptAndCloseRunnable = new Runnable() { field in class:AbstractInterruptibleChannel
92 Thread.currentThread().pushInterruptAction$(interruptAndCloseRunnable);
110 Thread.currentThread().popInterruptAction$(interruptAndCloseRunnable);

Completed in 103 milliseconds