Home | History | Annotate | Download | only in cpython3

Lines Matching refs:poll_test

15504     int poll_test;
15508 poll_test = poll(&poll_struct, 1, 0);
15509 if (poll_test < 0)
15511 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)