Searched refs:SIG_SETMASK (Results 101 - 125 of 132) sorted by relevance

123456

/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dlpd.c337 sigprocmask(SIG_SETMASK, &omask, (sigset_t *)0);
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_ipc.c145 if (kern_sigprocmask(curthread, SIG_SETMASK, oldset, NULL, 0))
/freebsd-11-stable/crypto/openssh/
H A Dserverloop.c348 sigprocmask(SIG_SETMASK, &oset, NULL);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dwork_thread.c622 pthread_sigmask(SIG_SETMASK, &saved_sig_mask, NULL);
/freebsd-11-stable/sys/riscv/riscv/
H A Dmachdep.c456 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, NULL, 0);
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c555 kern_sigprocmask(td, SIG_SETMASK, &bmask, NULL, 0);
640 kern_sigprocmask(td, SIG_SETMASK, &bmask, NULL, 0);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_event.c567 error = kern_sigprocmask(td, SIG_SETMASK, uset,
614 error = kern_sigprocmask(td, SIG_SETMASK, &omask,
H A Dlinux_signal.c217 how = SIG_SETMASK;
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c650 kern_sigprocmask(td, SIG_SETMASK, &bmask, NULL, 0);
734 kern_sigprocmask(td, SIG_SETMASK, &bmask, NULL, 0);
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c1212 kern_sigprocmask(td, SIG_SETMASK, &newset, oldset,
1222 kern_sigprocmask(td, SIG_SETMASK, set, NULL, 0);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp147 const int SIG_SETMASK = 3; variable
150 const int SIG_SETMASK = 3; variable
153 const int SIG_SETMASK = 2; variable
1948 int res = REAL(pthread_sigmask)(SIG_SETMASK, &sctx->emptyset, &sctx->oldset);
1958 res = REAL(pthread_sigmask)(SIG_SETMASK, &sctx->oldset, 0);
/freebsd-11-stable/sys/kern/
H A Dsys_generic.c907 error = kern_sigprocmask(td, SIG_SETMASK, uset,
1397 error = kern_sigprocmask(td, SIG_SETMASK, uset,
H A Dkern_sig.c1066 case SIG_SETMASK:
1492 kern_sigprocmask(td, SIG_SETMASK, &set, &oset, 0);
1534 kern_sigprocmask(td, SIG_SETMASK, &mask, &td->td_oldsigmask,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1713 internal_sigprocmask(SIG_SETMASK, &set, &old);
1716 internal_sigprocmask(SIG_SETMASK, &old, nullptr);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dtop.c1020 sigprocmask (SIG_SETMASK, &zero, 0);
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash_page.c873 (void)__libc_sigprocmask(SIG_SETMASK, &oset, (sigset_t *)NULL);
/freebsd-11-stable/sbin/hastd/
H A Dsecondary.c477 PJDLOG_VERIFY(sigprocmask(SIG_SETMASK, &mask, NULL) == 0);
H A Dhastd.c1290 PJDLOG_VERIFY(sigprocmask(SIG_SETMASK, &mask, NULL) == 0);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c734 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, NULL, 0);
/freebsd-11-stable/sys/arm64/arm64/
H A Dmachdep.c525 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, NULL, 0);
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c694 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, NULL, 0);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1979 (void) sigprocmask(SIG_SETMASK, &omask, NULL);
2001 (void) sigprocmask(SIG_SETMASK, &omask, NULL);
/freebsd-11-stable/bin/sh/
H A Djobs.c1192 sigprocmask(SIG_SETMASK, &omask, NULL);
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y1233 sigprocmask(SIG_SETMASK, &osset, NULL);
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c874 kern_sigprocmask(td, SIG_SETMASK, (sigset_t *)&scp->sc_mask, NULL,
979 kern_sigprocmask(td, SIG_SETMASK, &ucp->uc_sigmask, NULL, 0);
1120 kern_sigprocmask(td, SIG_SETMASK, &ucp->uc_sigmask, NULL, 0);

Completed in 237 milliseconds

123456