Searched refs:_pollsys (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | poll.c | 38 return (_pollsys(fds, nfd, tsp, sigmask)); 55 return (_pollsys(fds, nfd, tsp, NULL));
|
H A D | select.c | 139 rv = _pollsys(pfd, (nfds_t)n, tsp, sigmask);
|
H A D | select_large_fdset.c | 33 * Emulation of select() system call using _pollsys() system call. 183 rv = _pollsys(pfd_list, (nfds_t)nused, tsp, sigmask);
|
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | libc.h | 79 extern int _pollsys(struct pollfd *, nfds_t, const timespec_t *,
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 1009 _pollsys(struct pollfd *fds, nfds_t nfd, const timespec_t *timeout, function
|
Completed in 376 milliseconds