Searched defs:pselect (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dselect.c58 pselect(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, function
312 return (pselect(nfds, in0, out0, ex0, tsp, NULL));
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c51 #define pselect Pselect macro
57 static int pselect(int, void *, void *, void *,
304 "time between pselect() %u.%09u count %d\n",
329 x = pselect(ctx->fdMax+1,
736 pselect(int nfds, void *rfds, void *wfds, void *efds, function
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c146 static int pselect(int, void *, void *, void *,
1013 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL);
1209 pselect(int nfds, void *rfds, void *wfds, void *efds, function

Completed in 26 milliseconds