Searched defs:close0 (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DSocketDispatcher.java63 close0(fd);
81 static native void close0(FileDescriptor fd) throws IOException; method in class:SocketDispatcher
H A DFileDispatcherImpl.java110 close0(fd);
157 static native void close0(FileDescriptor fd) throws IOException; method in class:FileDispatcherImpl
H A DIocp.java107 close0(port);
435 private static native void close0(long handle); method in class:Iocp
H A DWindowsAsynchronousFileChannelImpl.java144 close0(handle);
752 private static native void close0(long handle); method in class:WindowsAsynchronousFileChannelImpl
/openjdk7/jdk/src/share/classes/java/io/
H A DFileOutputStream.java393 close0();
474 private native void close0() throws IOException; method in class:FileOutputStream
H A DFileInputStream.java360 close0();
413 private native void close0() throws IOException; method in class:FileInputStream
H A DRandomAccessFile.java645 close0();
1171 private native void close0() throws IOException; method in class:RandomAccessFile
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEPollPort.java98 close0(epfd);
127 close0(sp[0]);
128 close0(sp[1]);
129 close0(epfd);
318 private static native void close0(int fd); method in class:EPollPort
H A DInheritedChannel.java159 close0(fdVal);
232 private static native void close0(int fd) throws IOException; method in class:InheritedChannel
H A DKQueuePort.java96 close0(kqfd);
125 close0(sp[0]);
126 close0(sp[1]);
127 close0(kqfd);
326 private static native void close0(int fd); method in class:KQueuePort
H A DFileDispatcherImpl.java98 close0(fd);
145 static native void close0(FileDescriptor fd) throws IOException; method in class:FileDispatcherImpl
H A DSctpNet.java77 close0(fd);
329 static native void close0(int fd) throws IOException; method in class:SctpNet
/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryTransportService.java180 private native void close0(long id); method in class:SharedMemoryConnection
207 close0(id);
/openjdk7/jdk/src/windows/classes/java/net/
H A DDualStackPlainSocketImpl.java165 close0(fdAccess.get(fd));
288 static native void close0(int fd) throws IOException; method in class:DualStackPlainSocketImpl

Completed in 51 milliseconds