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

  /src/external/bsd/libbind/dist/isc/
eventlib.c 749 nfds_t pnfds; local
782 pnfds = ctx->fdMax - ctx->firstfd + 1;
785 pnfds = 0;
787 n = poll(fds, pnfds, polltimeout);

Completed in 80 milliseconds