Home
last modified time | relevance | path

Searched refs:newsigmask (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/sys/
H A Dppoll.c42 const sigset_t *__restrict newsigmask) in __ssp_real()
44 return (INTERPOS_SYS(ppoll, pfd, nfds, timeout, newsigmask)); in __ssp_real()
/freebsd/include/ssp/
H A Dpoll.h49 const sigset_t *__restrict newsigmask))
54 return (__ssp_real(ppoll)(fds, nfds, timeout, newsigmask));
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c333 timeout, const sigset_t *newsigmask) in __thr_ppoll() argument
340 ret = __sys_ppoll(pfd, nfds, timeout, newsigmask); in __thr_ppoll()