Searched refs:poll_struct (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/ |
D | selectmodule.c | 1241 struct pollfd poll_struct = { 0, POLLIN|POLLPRI|POLLOUT, 0 }; in select_have_broken_poll() local 1247 poll_struct.fd = filedes[0]; in select_have_broken_poll() 1250 poll_test = poll(&poll_struct, 1, 0); in select_have_broken_poll() 1253 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) { in select_have_broken_poll()
|
/external/python/cpython3/ |
D | configure.ac | 6497 struct pollfd poll_struct = { 42, POLLIN|POLLPRI|POLLOUT, 0 }; 6502 poll_test = poll(&poll_struct, 1, 0); 6505 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)
|
D | configure | 25730 struct pollfd poll_struct = { 42, POLLIN|POLLPRI|POLLOUT, 0 }; 25735 poll_test = poll(&poll_struct, 1, 0); 25738 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)
|