Searched refs:finishAccept (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java141 void finishAccept() throws IOException { method in class:WindowsAsynchronousServerSocketChannelImpl.AcceptTask
191 finishAccept();
244 finishAccept();
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DUnixAsynchronousServerSocketChannelImpl.java167 child = finishAccept(newfd, isaa[0], acceptAcc);
203 private AsynchronousSocketChannel finishAccept(FileDescriptor newfd, method in class:UnixAsynchronousServerSocketChannelImpl
318 child = finishAccept(newfd, isaa[0], null);

Completed in 945 milliseconds