Searched refs:SIG_SETMASK (Results 76 - 100 of 132) sorted by relevance

123456

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp290 internal_sigprocmask(SIG_SETMASK, &old_sigset, 0);
H A Dsanitizer_stoptheworld_linux_libcdep.cpp436 internal_sigprocmask(SIG_SETMASK, &old_sigset, 0);
H A Dsanitizer_mac.cpp684 internal_sigprocmask(SIG_SETMASK, &set, &old);
687 internal_sigprocmask(SIG_SETMASK, &old, 0);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_poll.c375 ATF_REQUIRE_EQ(sigprocmask(SIG_SETMASK, NULL, &mask), 0);
/freebsd-12-stable/lib/libc/db/btree/
H A Dbt_open.c410 (void)__libc_sigprocmask(SIG_SETMASK, &oset, NULL);
/freebsd-12-stable/lib/libc/gen/
H A Dsetmode.c370 (void)__libc_sigprocmask(SIG_SETMASK, &sigoset, NULL);
H A Dposix_spawn.c129 __sys_sigprocmask(SIG_SETMASK, &sa->sa_sigmask, NULL);
/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_signal.c357 how = SIG_SETMASK;
/freebsd-12-stable/usr.bin/mail/
H A Dfio.c300 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
/freebsd-12-stable/usr.sbin/daemon/
H A Ddaemon.c290 if (sigprocmask(SIG_SETMASK, &mask_orig, NULL))
/freebsd-12-stable/usr.sbin/sa/
H A Dmain.c269 (sigprocmask(SIG_SETMASK, &omask, NULL) == -1)) {
/freebsd-12-stable/contrib/tcsh/
H A Dsh.err.c502 sigprocmask(SIG_SETMASK, mask, NULL);
/freebsd-12-stable/contrib/gdb/gdb/
H A Devent-top.c1036 sigprocmask (SIG_SETMASK, &zero, 0);
/freebsd-12-stable/contrib/libedit/
H A Del.c604 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
/freebsd-12-stable/sys/mips/mips/
H A Dpm_machdep.c206 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, NULL, 0);
/freebsd-12-stable/contrib/jemalloc/src/
H A Dbackground_thread.c363 int mask_err = pthread_sigmask(SIG_SETMASK, &set, &oldset);
373 int restore_err = pthread_sigmask(SIG_SETMASK, &oldset, NULL);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c897 (void) pthread_sigmask(SIG_SETMASK, &nset, &oset);
899 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL);
/freebsd-12-stable/lib/libc/resolv/
H A Dres_send.c1172 sigprocmask(SIG_SETMASK, sigmask, &sigs);
1175 sigprocmask(SIG_SETMASK, &sigs, NULL);
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_sysvec.c619 kern_sigprocmask(td, SIG_SETMASK, &bmask, NULL, 0);
699 kern_sigprocmask(td, SIG_SETMASK, &bmask, NULL, 0);
/freebsd-12-stable/sbin/devd/
H A Ddevd.cc258 ::sigprocmask(SIG_SETMASK, &oldsigblock, NULL);
276 ::sigprocmask(SIG_SETMASK, &oldsigblock, NULL);
/freebsd-12-stable/contrib/bmake/
H A Djob.c447 (void)sigprocmask(SIG_SETMASK, omaskp, NULL);
624 (void)sigprocmask(SIG_SETMASK, &nmask, &omask);
659 (void)sigprocmask(SIG_SETMASK, &omask, NULL);
/freebsd-12-stable/contrib/ntp/libntp/
H A Dwork_thread.c622 pthread_sigmask(SIG_SETMASK, &saved_sig_mask, NULL);
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.c762 PJDLOG_VERIFY(sigprocmask(SIG_SETMASK, &mask, NULL) == 0);
H A Dreceiver.c688 PJDLOG_VERIFY(sigprocmask(SIG_SETMASK, &mask, NULL) == 0);
/freebsd-12-stable/contrib/libbegemot/
H A Drpoll.c229 if(sigprocmask(SIG_SETMASK, &bset, NULL))
230 _panic("sigprocmask(SIG_SETMASK): %s", strerror(errno));

Completed in 424 milliseconds

123456