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

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DNativeDispatcher.java76 void preClose(FileDescriptor fd) throws IOException { method in class:NativeDispatcher
H A DSocketDispatcher.java68 void preClose(FileDescriptor fd) throws IOException { method in class:SocketDispatcher
H A DDatagramDispatcher.java64 void preClose(FileDescriptor fd) throws IOException { method in class:DatagramDispatcher
H A DFileDispatcherImpl.java128 void preClose(FileDescriptor fd) throws IOException { method in class:FileDispatcherImpl
H A DSinkChannelImpl.java88 nd.preClose(fd);
H A DSourceChannelImpl.java89 nd.preClose(fd);
H A DServerSocketChannelImpl.java289 nd.preClose(fd);
H A DSocketChannelImpl.java378 // - implCloseSelectableChannel() invokes nd.preClose()
384 // - implCloseSelectableChannel() invokes nd.preClose() after
390 // - implCloseSelectableChannel() invokes nd.preClose() after
403 // invokes nd.preClose(), signals reader/writer thred and quickly
411 // to the reader or writer thread. (the preClose() still happens
419 // nd.preClose().
885 nd.preClose(fd);
H A DDatagramChannelImpl.java1062 nd.preClose(fd);

Completed in 156 milliseconds