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

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java77 closesocket0(h); // prevent leak
96 closesocket0(handle);
363 private static native void closesocket0(long socket) throws IOException; method in class:WindowsAsynchronousServerSocketChannelImpl
H A DWindowsAsynchronousSocketChannelImpl.java98 closesocket0(h);
102 closesocket0(h);
153 closesocket0(handle);
917 private static native void closesocket0(long socket) throws IOException; method in class:WindowsAsynchronousSocketChannelImpl

Completed in 32 milliseconds