Searched refs:_pollsys (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | poll.c | 38 return (_pollsys(fds, nfd, tsp, sigmask)); in ppoll() 55 return (_pollsys(fds, nfd, tsp, NULL)); in poll()
|
| H A D | select.c | 203 rv = _pollsys(pfd, npfds, tsp, sigmask); in pselect()
|
| /illumos-gate/usr/src/lib/libc/inc/ |
| H A D | libc.h | 82 extern int _pollsys(struct pollfd *, nfds_t, const timespec_t *,
|
| /illumos-gate/usr/src/lib/libc/port/threads/ |
| H A D | scalls.c | 1024 _pollsys(struct pollfd *fds, nfds_t nfd, const timespec_t *timeout, in _pollsys() function
|