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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 669 int poll_test; local
681 poll_test = poll(&poll_struct, 1, 0);
682 if (poll_test < 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 703 int poll_test; local
715 poll_test = poll(&poll_struct, 1, 0);
716 if (poll_test < 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 669 int poll_test; local
681 poll_test = poll(&poll_struct, 1, 0);
682 if (poll_test < 0) {
684 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) {
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 703 int poll_test; local
715 poll_test = poll(&poll_struct, 1, 0);
716 if (poll_test < 0) {
718 } else if (poll_test == 0 && poll_struct.revents != POLLNVAL) {
    [all...]
  /external/python/cpython3/Modules/
selectmodule.c 1190 int poll_test; local
    [all...]
  /external/python/cpython2/
configure     [all...]
  /external/python/cpython3/
configure     [all...]

Completed in 411 milliseconds