Searched refs:SelectionKey (Results 1 – 3 of 3) sorted by relevance
202 int SelectionKey; member205 int SelectionKey, unsigned UniqueID) in COFFSectionKey()207 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()213 if (SelectionKey != Other.SelectionKey)214 return SelectionKey < Other.SelectionKey;
212 int SelectionKey; member216 int SelectionKey, unsigned UniqueID) in COFFSectionKey()218 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()225 if (SelectionKey != Other.SelectionKey)226 return SelectionKey < Other.SelectionKey;
23 import java.nio.channels.SelectionKey;80 public static void close(SelectionKey key) { in close()