Searched refs:sigwait (Results 1 – 10 of 10) sorted by relevance
42 sigwait(const sigset_t * set, int *sig) in sigwait() function132 curthread->data.sigwait = &waitset; in sigwait()144 curthread->data.sigwait = NULL; in sigwait()
48 sigismember(pthread->data.sigwait, sig)) { in pthread_kill()
233 sigismember(pthread->data.sigwait, sig)) { in _thread_sig_handle()
525 const sigset_t *sigwait; /* Waiting on a signal in sigwait */ member
108 if ((sig = sigwait(&set)) < 0)110 if ((sigerr = sigwait(&set, &sig)) != 0)
120 int sigwait(const sigset_t *, int *);
67 sigwait.3 \
5295 ./man3/sigwait.htm
7073 ./usr/share/man/cat3/sigwait.0
776 LIBMILTER: Deal with sigwait(2) implementations that return1708 LIBMILTER: Ignore EINTR from sigwait(3) which may happen on Tru64.