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

/openjdk10/jdk/src/java.base/unix/classes/sun/nio/ch/
H A DUnixAsynchronousServerSocketChannelImpl.java355 private native int accept0(FileDescriptor ssfd, FileDescriptor newfd, method in class:UnixAsynchronousServerSocketChannelImpl
/openjdk10/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java353 private static native int accept0(long listenSocket, long acceptSocket, method in class:WindowsAsynchronousServerSocketChannelImpl
/openjdk10/jdk/src/jdk.jdi/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryTransportService.java101 private native long accept0(long id, long acceptTimeout) throws IOException; method in class:SharedMemoryTransportService
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DServerSocketChannelImpl.java434 private native int accept0(FileDescriptor ssfd, FileDescriptor newfd, method in class:ServerSocketChannelImpl
/openjdk10/jdk/src/java.base/windows/classes/java/net/
H A DDualStackPlainSocketImpl.java291 static native int accept0(int fd, InetSocketAddress[] isaa) throws IOException; method in class:DualStackPlainSocketImpl
/openjdk10/jdk/src/jdk.sctp/unix/classes/sun/nio/ch/sctp/
H A DSctpServerChannelImpl.java424 private static native int accept0(FileDescriptor ssfd, method in class:SctpServerChannelImpl

Completed in 125 milliseconds