Home
last modified time | relevance | path

Searched refs:fds_exc (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c1989 fd_set fds_exc; local
1995 FD_ZERO(&fds_exc);
1996 FD_SET(s->sock_fd, &fds_exc);
1997 res = select(s->sock_fd+1, NULL, &fds, &fds_exc, &tv);
2011 assert(FD_ISSET(s->sock_fd, &fds_exc));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c2048 fd_set fds_exc; local
2054 FD_ZERO(&fds_exc);
2055 FD_SET(s->sock_fd, &fds_exc);
2056 res = select(s->sock_fd+1, NULL, &fds, &fds_exc, &tv);
2070 assert(FD_ISSET(s->sock_fd, &fds_exc));