Searched refs:fdset (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/skywalk/ |
| H A D | skt_nslots.c | 59 fd_set fdset, efdset; in skt_nslots_common() local 82 FD_ZERO(&fdset); in skt_nslots_common() 134 FD_SET(channelfd, &fdset); in skt_nslots_common() 136 error = select(channelfd + 1, NULL, &fdset, &efdset, NULL); in skt_nslots_common() 139 assert(FD_ISSET(channelfd, &fdset)); in skt_nslots_common() 204 FD_SET(channelfd, &fdset); in skt_nslots_common() 206 error = select(channelfd + 1, &fdset, NULL, &efdset, NULL); in skt_nslots_common() 209 assert(FD_ISSET(channelfd, &fdset)); in skt_nslots_common()
|