Searched refs:poll_struct (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | selectmodule.c | 672 struct pollfd poll_struct = { 0, POLLIN|POLLPRI|POLLOUT, 0 }; in select_have_broken_poll() local 678 poll_struct.fd = filedes[0]; in select_have_broken_poll() 681 poll_test = poll(&poll_struct, 1, 0); in select_have_broken_poll() 684 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) { in select_have_broken_poll()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | selectmodule.c | 672 struct pollfd poll_struct = { 0, POLLIN|POLLPRI|POLLOUT, 0 }; in select_have_broken_poll() local 678 poll_struct.fd = filedes[0]; in select_have_broken_poll() 681 poll_test = poll(&poll_struct, 1, 0); in select_have_broken_poll() 684 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) { in select_have_broken_poll()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | selectmodule.c | 706 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()
|