Searched refs:poll_struct (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/ |
D | selectmodule.c | 695 struct pollfd poll_struct = { 0, POLLIN|POLLPRI|POLLOUT, 0 }; in select_have_broken_poll() local 701 poll_struct.fd = filedes[0]; in select_have_broken_poll() 704 poll_test = poll(&poll_struct, 1, 0); in select_have_broken_poll() 707 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) { in select_have_broken_poll()
|
/external/python/cpython2/ |
D | configure.ac | 4356 struct pollfd poll_struct = { 42, POLLIN|POLLPRI|POLLOUT, 0 }; 4361 poll_test = poll(&poll_struct, 1, 0); 4364 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)
|
D | configure | 14302 struct pollfd poll_struct = { 42, POLLIN|POLLPRI|POLLOUT, 0 }; 14307 poll_test = poll(&poll_struct, 1, 0); 14310 else if (poll_test == 0 && poll_struct.revents != POLLNVAL)
|