Searched refs:poll_struct (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Modules/ |
D | selectmodule.c | 1188 struct pollfd poll_struct = { 0, POLLIN|POLLPRI|POLLOUT, 0 }; in select_have_broken_poll() local 1194 poll_struct.fd = filedes[0]; in select_have_broken_poll() 1197 poll_test = poll(&poll_struct, 1, 0); in select_have_broken_poll() 1200 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) { in select_have_broken_poll()
|
/third_party/python/ |
D | configure.ac | 5099 struct pollfd poll_struct = { 42, POLLIN|POLLPRI|POLLOUT, 0 }; 5104 poll_test = poll(&poll_struct, 1, 0); 5107 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)
|
D | configure | 16259 struct pollfd poll_struct = { 42, POLLIN|POLLPRI|POLLOUT, 0 }; 16264 poll_test = poll(&poll_struct, 1, 0); 16267 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)
|