Lines Matching full:poll
35 #include <poll.h>
160 * poll() data. The volatile's provide flags to/from the main executing
223 * The network server requires some poll structures to be maintained -
1802 ndone = poll(tp->pfds, ndevs, to_val);
1806 fprintf(stderr, "Thread %d poll failed: %d/%s\n",
2503 events = poll(ns->pfds, ns->connects + 1, -1);
2506 perror("FATAL: poll error");