Searched defs:sigwait (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Dsignal.h133 * sigwait() prototype is defined here.
143 #pragma redefine_extname sigwait __posix_sigwait
144 extern int sigwait(const sigset_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
151 #define sigwait __posix_sigwait macro
155 sigwait(const sigset_t *_RESTRICT_KYWD __setp, int *_RESTRICT_KYWD __signo) function
165 extern int sigwait(sigset_t *);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c1050 sigwait(sigset_t *set) function
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2814 * Redefine sigwait to posix style external declaration so that LINT
2815 * does not check against libc version of sigwait() and complain as
2818 #define sigwait my_posix_sigwait macro
2848 (void) sigwait(&alrm_mask, &sig);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c1574 * Redefine sigwait to posix style external declaration so that LINT
1575 * does not check against libc version of sigwait() and complain as
1578 #define sigwait my_posix_sigwait macro
1596 (void) sigwait(&alrm_mask, &sig);

Completed in 362 milliseconds