Home
last modified time | relevance | path

Searched refs:_pollsys (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpoll.c38 return (_pollsys(fds, nfd, tsp, sigmask)); in ppoll()
55 return (_pollsys(fds, nfd, tsp, NULL)); in poll()
H A Dselect.c203 rv = _pollsys(pfd, npfds, tsp, sigmask); in pselect()
/illumos-gate/usr/src/lib/libc/inc/
H A Dlibc.h81 extern int _pollsys(struct pollfd *, nfds_t, const timespec_t *,
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c1009 _pollsys(struct pollfd *fds, nfds_t nfd, const timespec_t *timeout, in _pollsys() function