Home | History | Annotate | Download | only in cpython2

Lines Matching refs:poll_test

14303     int poll_test;
14307 poll_test = poll(&poll_struct, 1, 0);
14308 if (poll_test < 0)
14310 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)