Searched defs:accept0 (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousServerSocketChannelImpl.java144 int n = accept0(this.fd, newfd, isaa);
280 int n = accept0(this.fd, newfd, isaa);
343 private native int accept0(FileDescriptor ssfd, FileDescriptor newfd, method in class:UnixAsynchronousServerSocketChannelImpl
H A DSctpServerChannelImpl.java225 n = accept0(fd, newfd, isaa);
415 private static native int accept0(FileDescriptor ssfd, method in class:SctpServerChannelImpl
/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryTransportService.java101 private native long accept0(long id, long acceptTimeout) throws IOException; method in class:SharedMemoryTransportService
160 // accept0 is called. In that case accept0 will try to accept
164 long connectId = accept0(transportId, acceptTimeout);
/openjdk7/jdk/src/windows/classes/java/net/
H A DDualStackPlainSocketImpl.java131 newfd = accept0(nativefd, isaa);
136 newfd = accept0(nativefd, isaa);
282 static native int accept0(int fd, InetSocketAddress[] isaa) throws IOException; method in class:DualStackPlainSocketImpl
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java185 int n = accept0(handle, channel.handle(), overlapped, dataBuffer);
357 private static native int accept0(long listenSocket, long acceptSocket, method in class:WindowsAsynchronousServerSocketChannelImpl
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DServerSocketChannelImpl.java241 n = accept0(this.fd, newfd, isaa);
390 private native int accept0(FileDescriptor ssfd, FileDescriptor newfd, method in class:ServerSocketChannelImpl

Completed in 57 milliseconds