Searched defs:pselect (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | select.c | 58 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 D | select.h | 70 * 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 D | eventlib.c | 51 #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 D | res_send.c | 150 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 D | Makefile | 1054 pselect.3c \ 2215 pselect.3c := LINKSRC = select.3c
|
Completed in 79 milliseconds