HomeSort by relevance Sort by last modified time
    Searched full:readycount (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 191 int readyCount = (rc > 0) ? processPollFds() : 0;
192 readyCount -= doCancel();
193 return readyCount;

Completed in 187 milliseconds