Home
last modified time | relevance | path

Searched refs:sigwait (Results 1 – 25 of 31) sorted by relevance

12

/titanic_50/usr/src/head/
H A Dsignal.h143 #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) in sigwait() function
165 extern int sigwait(sigset_t *);
/titanic_50/usr/src/cmd/sendmail/libmilter/
H A Dsignal.c110 if ((sig = sigwait(&set)) < 0)
112 if ((sigerr = sigwait(&set, &sig)) != 0)
/titanic_50/usr/src/lib/libc/port/sys/
H A Dposix_sigwait.c46 if ((*signo = sigwait((sigset_t *)setp)) == -1) { in __posix_sigwait()
/titanic_50/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.c70 (void) sigwait(&set); in main()
/titanic_50/usr/src/uts/sparc/os/
H A Dname_to_sysnum135 sigwait 144
/titanic_50/usr/src/uts/intel/os/
H A Dname_to_sysnum137 sigwait 144
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c144 sig = sigwait(&sigset); in sighandler()
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbiod/
H A Dsmbiod.c138 sig = sigwait(&tmpmask); in main()
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dmain.c139 sig = sigwait(&sigwaitset); in sighandler()
/titanic_50/usr/src/cmd/auditd/
H A Dauditd.c238 signal_caught = sigwait(&set); in main()
744 signal_caught = sigwait(&set); in signal_thread()
/titanic_50/usr/src/man/man2/
H A DMakefile139 sigwait.2 \
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbiod-svc/
H A Dsmbiod-svc.c305 sig = sigwait(&tmpmask); in main()
/titanic_50/usr/src/cmd/iscsid/
H A Discsid.c257 sig = sigwait(&sigs); in main()
/titanic_50/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c418 if (sigwait(&signal_set, &sig) == 0) { in sigwait_thr()
/titanic_50/usr/src/cmd/pools/poold/
H A Dpoold.c288 if ((sig = sigwait(&hdl_set)) < 0) { in handle_sig()
/titanic_50/usr/src/cmd/svc/configd/
H A Dconfigd.c776 int sig = sigwait(&myset); in main()
/titanic_50/usr/src/lib/libpthread/common/
H A Dmapfile-vers223 sigwait { TYPE = FUNCTION };
/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c188 sigval = sigwait(&set); in main()
/titanic_50/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c1578 #define sigwait my_posix_sigwait macro
1596 (void) sigwait(&alrm_mask, &sig); in envd_sleep()
/titanic_50/usr/src/lib/libthread/common/
H A Dmapfile-vers277 sigwait { TYPE = FUNCTION };
/titanic_50/usr/src/lib/c_synonyms/
H A Dsyn_common838 sigwait
/titanic_50/usr/src/cmd/rpcbind/
H A Drpcbind.c771 sig = sigwait(&sigwaitset); in terminate()
/titanic_50/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c471 sig = sigwait(&sset); in main()
/titanic_50/usr/src/lib/libc/port/threads/
H A Dscalls.c1050 sigwait(sigset_t *set) in sigwait() function
/titanic_50/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2818 #define sigwait my_posix_sigwait macro
2848 (void) sigwait(&alrm_mask, &sig); in envd_sleep()

12