Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsigqueue.c132 if (pid <= 0 || !sigwillqueue(sig, si_code)) in sigqueue()
H A Dsignotify.c133 if (!sigwillqueue(info.si_signo, info.si_code)) in signotify()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h837 extern int sigwillqueue(int, int);
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c2377 sigwillqueue(int sig, int code) in sigwillqueue() function