Searched refs:__sigresend (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/common/sys/
H A D__signotify.s41 * int __sigresend(int sig, siginfo_t *siginfo, sigset_t *mask);
43 ENTRY(__sigresend) function
47 SET_SIZE(__sigresend)
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsigaction.c236 * We call __sigresend() to atomically restore the signal mask and
238 * We will not return successfully from __sigresend() until the
244 extern int __sigresend(int, siginfo_t *, sigset_t *);
256 * again when we call __sigresend(), below.
285 while ((error = __sigresend(sig, sip, &self->ul_sigmask)) == EAGAIN)
288 thr_panic("take_deferred_signal(): __sigresend() failed");

Completed in 32 milliseconds