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

  /system/core/libcutils/
selector.c 38 int maxFd;
153 selector->maxFd = 0;
186 if (fd > selector->maxFd) {
187 selector->maxFd = fd;
244 int result = select(selector->maxFd + 1, &selector->readFds,
  /dalvik/vm/
StdioConverter.cpp 155 int maxFd, fdCount;
160 maxFd = MAX(gDvm.stdoutPipe[0], gDvm.stderrPipe[0]);
162 fdCount = select(maxFd+1, &readfds, NULL, NULL, NULL);
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 76 milliseconds