Home
last modified time | relevance | path

Searched defs:channels (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DPort.java150 PollableChannel channels[] = new PollableChannel[MAX_BATCH_SIZE]; in closeAllChannels() local
DAbstractPollSelectorImpl.java62 AbstractPollSelectorImpl(SelectorProvider sp, int channels, int offset) { in AbstractPollSelectorImpl()