Home | History | Annotate | Download | only in strace

Lines Matching full:poll

54 #include <poll.h>
872 * condition we have to poll for the event.
1744 if ((what = poll (&pv, 1, 1)) < 0) {
1755 if (poll(pollv, nprocs, INFTIM) < 0) {
1788 event. Doing a non blocking poll here solves the problem. */