Searched refs:zeroTimeout (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c285 struct timeval zeroTimeout = { 0, 0 }; local
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 DmDNSPosix.c1239 struct timeval zeroTimeout = { 0, 0 }; local
1251 while (0 < select(pChgRec->NotifySD + 1, &readFDs, (fd_set*) NULL, (fd_set*) NULL, &zeroTimeout));

Completed in 67 milliseconds