Searched refs:readFDs (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libdns_sd/java/common/ |
H A D | JNISupport.c | 291 fd_set readFDs; local 294 FD_ZERO( &readFDs); 295 FD_SET( sd, &readFDs); 314 if (select( sd + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &timeout) == 1) return(1); 335 fd_set readFDs; local 340 FD_ZERO( &readFDs); 341 FD_SET( sd, &readFDs); 344 if (0 < select(sd + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout))
|
Completed in 24 milliseconds