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

  /external/dbus/bus/
dir-watch-dnotify.c 41 static int num_fds = 0; variable
50 if (num_fds >= MAX_DIRS_TO_WATCH )
70 fds[num_fds++] = fd;
84 for (i = 0; i < num_fds; i++)
92 num_fds = 0;
dir-watch-kqueue.c 48 static int num_fds = 0; variable
172 for (j = 0; j < num_fds; j++)
188 for (j = 0; j < num_fds; j++)
245 num_fds = i;
  /development/tools/emulator/system/qemud/
qemud.c 335 int num_fds; member in struct:__anon1380
346 l->num_fds = 0;
359 l->num_fds = 0;
372 LoopHook* end = hook + l->num_fds;
394 for (n = 0; n < l->num_fds; n++) {
413 if (l->num_fds >= l->max_fds)
416 hook = l->hooks + l->num_fds;
431 l->num_fds += 1;
511 count = epoll_wait( l->epoll_fd, l->events, l->num_fds, -1 );
532 * and 'events' array, as well as l->num_fds, so be careful *
    [all...]
  /sdk/emulator/qemud/
qemud.c 335 int num_fds; member in struct:__anon30292
346 l->num_fds = 0;
359 l->num_fds = 0;
372 LoopHook* end = hook + l->num_fds;
394 for (n = 0; n < l->num_fds; n++) {
413 if (l->num_fds >= l->max_fds)
416 hook = l->hooks + l->num_fds;
431 l->num_fds += 1;
511 count = epoll_wait( l->epoll_fd, l->events, l->num_fds, -1 );
532 * and 'events' array, as well as l->num_fds, so be careful *
    [all...]
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 194 const unsigned num_fds = len / sizeof(int); local
195 if (num_fds != 2) {
199 << " num_fds:" << num_fds;
200 for (unsigned i = 0; i < num_fds; ++i)

Completed in 2432 milliseconds