Home
last modified time | relevance | path

Searched refs:channelArray (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DAbstractPollSelectorImpl.java50 protected SelectionKeyImpl[] channelArray; field in AbstractPollSelectorImpl
92 SelectionKeyImpl ski = channelArray[i]; in implClose()
96 SelectableChannel selch = channelArray[i].channel(); in implClose()
104 channelArray = null; in implClose()
122 SelectionKeyImpl sk = channelArray[i]; in updateSelectedKeys()
146 if (channelArray.length == totalChannels) { in implRegister()
152 temp[i] = channelArray[i]; in implRegister()
153 channelArray = temp; in implRegister()
157 channelArray[totalChannels] = ski; in implRegister()
174 SelectionKeyImpl endChannel = channelArray[totalChannels-1]; in implDereg()
[all …]
DPollSelectorImpl.java63 channelArray = new SelectionKeyImpl[INIT_CAP]; in PollSelectorImpl()
82 if (channelArray == null) in doSelect()