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

  /external/dbus/bus/
dir-watch-dnotify.c 38 static int num_fds = 0; variable
47 if (num_fds >= MAX_DIRS_TO_WATCH )
67 fds[num_fds++] = fd;
81 for (i = 0; i < num_fds; i++)
89 num_fds = 0;
dir-watch-kqueue.c 42 static int num_fds = 0; variable
132 if (num_fds >= MAX_DIRS_TO_WATCH )
154 fds[num_fds++] = fd;
168 for (i = 0; i < num_fds; i++)
176 num_fds = 0;
  /sdk/emulator/qemud/
qemud.c 335 int num_fds; member in struct:__anon12960
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...]

Completed in 187 milliseconds