Searched defs:readFDs (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libdns_sd/java/common/ |
H A D | JNISupport.c | 240 fd_set readFDs; local 243 FD_ZERO( &readFDs); 244 FD_SET( sd, &readFDs); 263 if (select( sd + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout) == 1) return(1); 284 fd_set readFDs; local 289 FD_ZERO( &readFDs); 290 FD_SET( sd, &readFDs); 293 if (0 < select(sd + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout))
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSPosix.c | 1237 fd_set readFDs; local 1244 FD_ZERO(&readFDs); 1245 FD_SET(pChgRec->NotifySD, &readFDs); 1251 while (0 < select(pChgRec->NotifySD + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout));
|
Completed in 51 milliseconds