Searched refs:TOTAL_FDS (Results 1 – 5 of 5) sorted by relevance
54 #define TOTAL_FDS 4 macro84 struct pollfd fds[TOTAL_FDS];
403 for (i = 0; i < TOTAL_FDS; i++) { in main()
86 #define TOTAL_FDS 5 macro142 struct pollfd fds[TOTAL_FDS];
293 for (i = 0; i < TOTAL_FDS; i++) { in main()
53 #define TOTAL_FDS 3 macro78 struct pollfd fds[TOTAL_FDS];727 polled = poll(context->fds, TOTAL_FDS, 1000); in main()