Searched refs:fdnum (Results 1 – 1 of 1) sorted by relevance
50 int fdnum; variable83 if (fd >= fdnum) { in pollfds_add()84 fdnum = fd + 1; in pollfds_add()170 res = select(fdnum, &workfds, NULL, NULL, NULL);176 for (int i = 0; i < fdnum; i++) {
Completed in 8 milliseconds