Searched refs:__posix_sigwait (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dposix_sigwait.c40 __posix_sigwait(const sigset_t *setp, int *signo) function
/illumos-gate/usr/src/head/
H A Dsignal.h143 #pragma redefine_extname sigwait __posix_sigwait
147 extern int __posix_sigwait(const sigset_t *_RESTRICT_KYWD,
151 #define sigwait __posix_sigwait
157 return (__posix_sigwait(__setp, __signo));
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc198 int __posix_sigwait(const sigset_t * _RESTRICT_KYWD, int * _RESTRICT_KYWD);

Completed in 59 milliseconds