HomeSort by relevance Sort by last modified time
    Searched refs:PollableChannel (Results 1 - 4 of 4) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
Port.java 47 interface PollableChannel extends Closeable {
53 protected final Map<Integer,PollableChannel> fdToChannel =
54 new HashMap<Integer,PollableChannel>();
64 final void register(int fd, PollableChannel ch) {
129 register(fdVal, new PollableChannel() {
150 PollableChannel channels[] = new PollableChannel[MAX_BATCH_SIZE];
EPollPort.java 65 final PollableChannel channel;
68 Event(PollableChannel channel, int events) {
73 PollableChannel channel() { return channel; }
223 PollableChannel channel = fdToChannel.get(fd);
UnixAsynchronousServerSocketChannelImpl.java 47 implements Port.PollableChannel
UnixAsynchronousSocketChannelImpl.java 46 extends AsynchronousSocketChannelImpl implements Port.PollableChannel

Completed in 68 milliseconds