Home
last modified time | relevance | path

Searched refs:UnixAsynchronousSocketChannelImpl (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DLinuxAsynchronousChannelProvider.java88 return new UnixAsynchronousSocketChannelImpl(toPort(group)); in openAsynchronousSocketChannel()
DUnixAsynchronousSocketChannelImpl.java53 class UnixAsynchronousSocketChannelImpl class
106 UnixAsynchronousSocketChannelImpl(Port port) in UnixAsynchronousSocketChannelImpl() method in UnixAsynchronousSocketChannelImpl
129 UnixAsynchronousSocketChannelImpl(Port port, in UnixAsynchronousSocketChannelImpl() method in UnixAsynchronousSocketChannelImpl
489 AsynchronousChannel ch = UnixAsynchronousSocketChannelImpl.this;
682 Invoker.invokeIndirectly(UnixAsynchronousSocketChannelImpl.this,
DUnixAsynchronousServerSocketChannelImpl.java235 ch = new UnixAsynchronousSocketChannelImpl(port, newfd, remote); in finishAccept()
/libcore/ojluni/src/main/native/
Dopenjdksub.mk33 UnixAsynchronousSocketChannelImpl.c \
/libcore/
Dopenjdk_java_files.mk1521 ojluni/src/main/java/sun/nio/ch/UnixAsynchronousSocketChannelImpl.java \