Searched refs:NEED_TO_POLL (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEPollPort.java80 private final Event NEED_TO_POLL = new Event(null, 0); field in class:EPollPort
109 this.queue.offer(NEED_TO_POLL);
186 * where they are consumed by handler threads. A special "NEED_TO_POLL"
244 queue.offer(NEED_TO_POLL);
266 if (ev == NEED_TO_POLL) {
H A DKQueuePort.java77 private final Event NEED_TO_POLL = new Event(null, 0); field in class:KQueuePort
107 this.queue.offer(NEED_TO_POLL);
188 * where they are consumed by handler threads. A special "NEED_TO_POLL"
252 queue.offer(NEED_TO_POLL);
274 if (ev == NEED_TO_POLL) {

Completed in 45 milliseconds