Searched refs:totalChannels (Results 1 – 4 of 4) sorted by relevance
56 protected int totalChannels; field in AbstractPollSelectorImpl66 this.totalChannels = channels; in AbstractPollSelectorImpl()91 for(int i=channelOffset; i<totalChannels; i++) { in implClose()105 totalChannels = 0; in implClose()119 for (int i=channelOffset; i<totalChannels; i++) { in updateSelectedKeys()146 if (channelArray.length == totalChannels) { in implRegister()148 int newSize = pollWrapper.totalChannels * 2; in implRegister()151 for (int i=channelOffset; i<totalChannels; i++) in implRegister()157 channelArray[totalChannels] = ski; in implRegister()158 ski.setIndex(totalChannels); in implRegister()[all …]
53 totalChannels = 1; in PollArrayWrapper()75 putDescriptor(totalChannels, IOUtil.fdVal(sc.getFD())); in addEntry()76 putEventOps(totalChannels, 0); in addEntry()77 putReventOps(totalChannels, 0); in addEntry()78 totalChannels++; in addEntry()105 for (int i=0; i<totalChannels; i++) in grow()
50 protected int totalChannels = 0; field in AbstractPollArrayWrapper
87 pollWrapper.poll(totalChannels, 0, timeout); in doSelect()