Home | History | Annotate | Download | only in cpython3

Lines Matching refs:poll_test

15804     int poll_test;
15808 poll_test = poll(&poll_struct, 1, 0);
15809 if (poll_test < 0)
15811 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)