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

/illumos-gate/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));
/illumos-gate/usr/src/uts/common/sys/
H A Dselect.h70 * introduced pselect() function also declared in this header.
97 #pragma redefine_extname pselect pselect_large_fdset
102 #define pselect pselect_large_fdset macro
163 extern int pselect(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD,
/illumos-gate/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
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c150 static int pselect(int, void *, void *, void *,
929 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL);
1125 pselect(int nfds, void *rfds, void *wfds, void *efds, function
/illumos-gate/usr/src/man/man3c/
H A DMakefile1054 pselect.3c \
2215 pselect.3c := LINKSRC = select.3c

Completed in 74 milliseconds