Searched refs:pselect (Results 1 - 8 of 8) sorted by relevance

/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/boot/sys/sys/
H A Dselect.h98 int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict,
/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/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
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc854 int pselect(int nfds,
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c2805 cnt = pselect(msgfd + 1, &fds, NULL, NULL, toutp, &defmask);
2807 perror("! pselect");
2809 /* pselect timeout or interrupted */

Completed in 77 milliseconds