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

123456

/freebsd-11-stable/lib/libedit/
H A Dterminal.c951 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.proc.c644 sigprocmask(SIG_SETMASK, &old_mask, NULL);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp592 status = pthread_sigmask(SIG_SETMASK, &old_set, NULL);
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c510 sigprocmask(SIG_SETMASK, &omask, NULL);
520 sigprocmask(SIG_SETMASK, &omask, NULL);
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c1383 if (sigprocmask(SIG_SETMASK, &blocked_sigs, NULL) == -1) {
1384 syslog(LOG_ERR, "SIG_SETMASK: %m");
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c574 kern_sigprocmask(td, SIG_SETMASK, &ucp->uc_sigmask, NULL, 0);
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2260 kern_sigprocmask(td, SIG_SETMASK, &set, &oset, 0);

Completed in 115 milliseconds

123456