Searched defs:acceptSocket (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.base/windows/native/libnio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.c91 Java_sun_nio_ch_WindowsAsynchronousServerSocketChannelImpl_accept0(JNIEnv* env, jclass this, jlong listenSocket, jlong acceptSocket, jlong ov, jlong buf) argument
124 Java_sun_nio_ch_WindowsAsynchronousServerSocketChannelImpl_updateAcceptContext(JNIEnv* env, jclass this, jlong listenSocket, jlong acceptSocket) argument
/openjdk10/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java353 private static native int accept0(long listenSocket, long acceptSocket, argument
356 updateAcceptContext(long listenSocket, long acceptSocket) argument

Completed in 93 milliseconds