Searched defs:channels (Results 1 – 2 of 2) sorted by relevance
150 PollableChannel channels[] = new PollableChannel[MAX_BATCH_SIZE]; in closeAllChannels() local
64 AbstractPollSelectorImpl(SelectorProvider sp, int channels, int offset) { in AbstractPollSelectorImpl()