Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dselectmodule.c695 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/
Dconfigure.ac4356 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)
Dconfigure14302 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)