HomeSort by relevance Sort by last modified time
    Searched refs:poll_struct (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 672 struct pollfd poll_struct = { 0, POLLIN|POLLPRI|POLLOUT, 0 }; local
678 poll_struct.fd = filedes[0];
681 poll_test = poll(&poll_struct, 1, 0);
684 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 706 struct pollfd poll_struct = { 0, POLLIN|POLLPRI|POLLOUT, 0 }; local
712 poll_struct.fd = filedes[0];
715 poll_test = poll(&poll_struct, 1, 0);
718 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 672 struct pollfd poll_struct = { 0, POLLIN|POLLPRI|POLLOUT, 0 }; local
678 poll_struct.fd = filedes[0];
681 poll_test = poll(&poll_struct, 1, 0);
684 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) {
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 706 struct pollfd poll_struct = { 0, POLLIN|POLLPRI|POLLOUT, 0 }; local
712 poll_struct.fd = filedes[0];
715 poll_test = poll(&poll_struct, 1, 0);
718 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) {
    [all...]
  /external/python/cpython3/Modules/
selectmodule.c 1193 struct pollfd poll_struct = { 0, POLLIN|POLLPRI|POLLOUT, 0 }; local
    [all...]
  /external/python/cpython2/
configure     [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 871 milliseconds