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 DDatagramDispatcher.java64 void preClose(FileDescriptor fd) throws IOException { method in class:DatagramDispatcher
H A DSocketDispatcher.java65 void preClose(FileDescriptor fd) throws IOException { method in class:SocketDispatcher
H A DFileDispatcherImpl.java110 void preClose(FileDescriptor fd) throws IOException { method in class:FileDispatcherImpl
116 // Always untag sockets before the preClose. The file descriptor will describe
H A DSinkChannelImpl.java88 nd.preClose(fd);
H A DSourceChannelImpl.java89 nd.preClose(fd);
H A DServerSocketChannelImpl.java290 nd.preClose(fd);
H A DSocketChannelImpl.java376 // - implCloseSelectableChannel() invokes nd.preClose()
382 // - implCloseSelectableChannel() invokes nd.preClose() after
388 // - implCloseSelectableChannel() invokes nd.preClose() after
401 // invokes nd.preClose(), signals reader/writer thred and quickly
409 // to the reader or writer thread. (the preClose() still happens
417 // nd.preClose().
883 nd.preClose(fd);
H A DDatagramChannelImpl.java1058 nd.preClose(fd);

Completed in 79 milliseconds