HomeSort by relevance Sort by last modified time
    Searched refs:fdCount (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
StdioConverter.cpp 155 int maxFd, fdCount;
162 fdCount = select(maxFd+1, &readfds, NULL, NULL, NULL);
164 if (fdCount < 0) {
170 } else if (fdCount == 0) {
  /bionic/libc/upstream-netbsd/libc/isc/
eventlib_p.h 231 int fdMax, fdCount, highestFD;
239 int fdCount; /* # fd:s with I/O */

Completed in 67 milliseconds