HomeSort by relevance Sort by last modified time
    Searched defs:max_fds (Results 26 - 27 of 27) sorted by null

12

  /development/tools/emulator/system/qemud/
qemud.c 336 int max_fds; member in struct:__anon1380
347 l->max_fds = 0;
358 l->max_fds = 0;
385 int old_max = l->max_fds;
391 l->max_fds = new_max;
413 if (l->num_fds >= l->max_fds)
    [all...]
  /sdk/emulator/qemud/
qemud.c 336 int max_fds; member in struct:__anon30292
347 l->max_fds = 0;
358 l->max_fds = 0;
385 int old_max = l->max_fds;
391 l->max_fds = new_max;
413 if (l->num_fds >= l->max_fds)
    [all...]

Completed in 192 milliseconds

12