Searched refs:wakeupCount (Results 1 – 1 of 1) sorted by relevance
58 private final AtomicInteger wakeupCount = new AtomicInteger(); field in EPollPort133 if (wakeupCount.incrementAndGet() == 1) { in wakeup()209 if (wakeupCount.decrementAndGet() == 0) { in poll()