Home
last modified time | relevance | path

Searched refs:poll_struct (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Modules/
Dselectmodule.c706 struct pollfd poll_struct = { 0, POLLIN|POLLPRI|POLLOUT, 0 }; in select_have_broken_poll() local
712 poll_struct.fd = filedes[0]; in select_have_broken_poll()
715 poll_test = poll(&poll_struct, 1, 0); in select_have_broken_poll()
718 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) { in select_have_broken_poll()
/external/python/cpython3/Modules/
Dselectmodule.c1193 struct pollfd poll_struct = { 0, POLLIN|POLLPRI|POLLOUT, 0 }; in select_have_broken_poll() local
1199 poll_struct.fd = filedes[0]; in select_have_broken_poll()
1202 poll_test = poll(&poll_struct, 1, 0); in select_have_broken_poll()
1205 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) { in select_have_broken_poll()
/external/python/cpython2/
Dconfigure.ac4392 struct pollfd poll_struct = { 42, POLLIN|POLLPRI|POLLOUT, 0 };
4397 poll_test = poll(&poll_struct, 1, 0);
4400 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)
Dconfigure14347 struct pollfd poll_struct = { 42, POLLIN|POLLPRI|POLLOUT, 0 };
14352 poll_test = poll(&poll_struct, 1, 0);
14355 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)
/external/python/cpython3/
Dconfigure.ac4920 struct pollfd poll_struct = { 42, POLLIN|POLLPRI|POLLOUT, 0 };
4925 poll_test = poll(&poll_struct, 1, 0);
4928 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)
Dconfigure15803 struct pollfd poll_struct = { 42, POLLIN|POLLPRI|POLLOUT, 0 };
15808 poll_test = poll(&poll_struct, 1, 0);
15811 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)