Home
last modified time | relevance | path

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

/NextBSD/lib/libc/sys/
HDppoll.c45 timeout, const sigset_t *__restrict newsigmask) in ppoll() argument
50 timeout, newsigmask)); in ppoll()
/NextBSD/lib/libthr/thread/
HDthr_syscalls.c319 timeout, const sigset_t *newsigmask) in __thr_ppoll() argument
326 ret = __sys_ppoll(pfd, nfds, timeout, newsigmask); in __thr_ppoll()