HomeSort by: relevance | last modified time | path
    Searched defs:have_timeout (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/nsd/dist/
netio.c 113 int have_timeout = 0; local
134 have_timeout = 1;
168 if (!have_timeout ||
171 have_timeout = 1;
179 if (have_timeout && minimum_timeout.tv_sec < 0) {
193 rc = ppoll(fds, numfd, (have_timeout?&minimum_timeout:NULL), sigmask);
196 rc = poll(fds, numfd, (have_timeout?minimum_timeout.tv_sec*1000+
netio.c 113 int have_timeout = 0; local
134 have_timeout = 1;
168 if (!have_timeout ||
171 have_timeout = 1;
179 if (have_timeout && minimum_timeout.tv_sec < 0) {
193 rc = ppoll(fds, numfd, (have_timeout?&minimum_timeout:NULL), sigmask);
196 rc = poll(fds, numfd, (have_timeout?minimum_timeout.tv_sec*1000+

Completed in 27 milliseconds