Searched refs:sigwait (Results 1 - 25 of 26) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/lib/libc/port/sys/
H A Dposix_sigwait.c36 * POSIX.1c version of the sigwait.
37 * User gets it via static sigwait from header file.
46 if ((*signo = sigwait((sigset_t *)setp)) == -1) {
/opensolaris-onvv-gate/usr/src/head/
H A Dsignal.h206 * sigwait() prototype is defined here.
218 #pragma redefine_extname sigwait __posix_sigwait
219 extern int sigwait(const sigset_t *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
226 #define sigwait __posix_sigwait macro
230 sigwait(const sigset_t *_RESTRICT_KYWD __setp, int *_RESTRICT_KYWD __signo) function
240 extern int sigwait(sigset_t *);
251 #pragma redefine_extname sigwait __posix_sigwait
252 extern int sigwait();
258 #define sigwait __posix_sigwait macro
262 sigwait(__set
[all...]
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c70 (void) sigwait(&set);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libmilter/
H A Dsignal.c110 if ((sig = sigwait(&set)) < 0)
112 if ((sigerr = sigwait(&set, &sig)) != 0)
123 "%s: sigwait returned error: %d",
145 "%s: sigwait returned unmasked signal: %d",
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c144 sig = sigwait(&sigset);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dmain.c139 sig = sigwait(&sigwaitset);
198 * which will sigwait() this same set of signals, and will thus receive
/opensolaris-onvv-gate/usr/src/cmd/fs.d/smbclnt/smbiod/
H A Dsmbiod.c107 * synchronous delivery via sigwait below.
137 sig = sigwait(&tmpmask);
/opensolaris-onvv-gate/usr/src/cmd/auditd/
H A Dauditd.c238 signal_caught = sigwait(&set);
744 signal_caught = sigwait(&set);
/opensolaris-onvv-gate/usr/src/lib/libpthread/common/
H A Dmapfile-vers223 sigwait { TYPE = FUNCTION };
/opensolaris-onvv-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c418 if (sigwait(&signal_set, &sig) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c232 * synchronous delivery via sigwait below.
305 sig = sigwait(&tmpmask);
/opensolaris-onvv-gate/usr/src/cmd/iscsid/
H A Discsid.c257 sig = sigwait(&sigs);
/opensolaris-onvv-gate/usr/src/cmd/pools/poold/
H A Dpoold.c300 if ((sig = sigwait(&hdl_set)) < 0) {
/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c762 int sig = sigwait(&myset);
/opensolaris-onvv-gate/usr/src/lib/c_synonyms/
H A Dsyn_common838 sigwait
/opensolaris-onvv-gate/usr/src/lib/libthread/common/
H A Dmapfile-vers277 sigwait { TYPE = FUNCTION };
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/dsvclockd/
H A Ddsvclockd.c30 * get the right (POSIX) version of sigwait(2).
285 (void) sigwait(&sigset, &sig);
/opensolaris-onvv-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);
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/fps/fpsd/
H A Dfpsd_main.c1224 (void) sigwait(&sigs, &sig);
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c449 /* We need to catch the SIGCLD before we can sigwait for it. */
471 sig = sigwait(&sset);
/opensolaris-onvv-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c270 syseventd_print(3, "sigwait thread waiting for signal\n");
272 err = sigwait(&signal_set, &sig);
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c1005 sigwait(sigset_t *set) function
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1681 sigwait;
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c436 * We must set up to catch these signals, even though sigwait
456 (void) sigwait(&sigs, &sig);
4517 * sigaction()/sigwait() to ensure that the proper disposition is

Completed in 309 milliseconds

12