| /freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/ |
| D | vchiq_killable.h | 49 sigprocmask(SIG_SETMASK, &blocked, &oldset); in down_interruptible_killable() 51 sigprocmask(SIG_SETMASK, &oldset, NULL); in down_interruptible_killable() 63 sigprocmask(SIG_SETMASK, &blocked, &oldset); in mutex_lock_interruptible_killable() 65 sigprocmask(SIG_SETMASK, &oldset, NULL); in mutex_lock_interruptible_killable()
|
| /freebsd-12-stable/lib/libc/stdlib/ |
| D | system.c | 82 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL); in __libc_system() 88 (void)__sys_sigprocmask(SIG_SETMASK, &oldsigblock, NULL); in __libc_system() 109 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL); in __libc_system()
|
| D | abort.c | 66 (void)__libc_sigprocmask(SIG_SETMASK, &act.sa_mask, NULL); in abort() 78 (void)__libc_sigprocmask(SIG_SETMASK, &act.sa_mask, NULL); in abort()
|
| /freebsd-12-stable/contrib/libedit/ |
| D | sig.c | 109 (void) sigprocmask(SIG_SETMASK, &oset, NULL); in sig_handler() 141 (void) sigprocmask(SIG_SETMASK, &oset, NULL); in sig_init() 182 (void) sigprocmask(SIG_SETMASK, &oset, NULL); in sig_set() 204 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in sig_clr()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| D | hwasan_interceptors.cpp | 59 #define SIG_SETMASK 2 macro 108 (void)sigprocmask(SIG_SETMASK, &env[0].__saved_mask, in INTERCEPTOR() 124 #undef SIG_SETMASK
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | sigsetmask.c | 26 #ifdef SIG_SETMASK 37 sigprocmask(SIG_SETMASK, &new_sig, &old_sig); in sigsetmask()
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | sigsetmask.c | 26 #ifdef SIG_SETMASK 37 sigprocmask(SIG_SETMASK, &new_sig, &old_sig); in sigsetmask()
|
| /freebsd-12-stable/crypto/openssh/openbsd-compat/ |
| D | sigact.h | 56 #undef SIG_SETMASK 57 #define SIG_SETMASK 02 macro
|
| D | bsd-pselect.c | 195 sigprocmask(SIG_SETMASK, mask, &osig); in pselect() 198 sigprocmask(SIG_SETMASK, &osig, NULL); in pselect()
|
| /freebsd-12-stable/contrib/ncurses/ncurses/ |
| D | SigAction.h | 68 #undef SIG_SETMASK 69 #define SIG_SETMASK 02 macro
|
| /freebsd-12-stable/lib/libulog/ |
| D | ulog_login_pseudo.c | 66 sigprocmask(SIG_SETMASK, &oblock, NULL); in ulog_exec_helper() 77 sigprocmask(SIG_SETMASK, &oblock, NULL); in ulog_exec_helper()
|
| /freebsd-12-stable/contrib/unbound/util/ |
| D | locks.c | 60 if((err=pthread_sigmask(SIG_SETMASK, &sigset, NULL))) in ub_thread_blocksigs() 64 if((err=thr_sigsetmask(SIG_SETMASK, &sigset, NULL))) in ub_thread_blocksigs() 68 if(sigprocmask(SIG_SETMASK, &sigset, NULL)) in ub_thread_blocksigs()
|
| /freebsd-12-stable/crypto/openssl/crypto/ |
| D | s390xcap.c | 49 sigprocmask(SIG_SETMASK, &ill_act.sa_mask, &oset); in OPENSSL_cpuid_setup() 69 sigprocmask(SIG_SETMASK, &oset, NULL); in OPENSSL_cpuid_setup()
|
| D | armcap.c | 208 sigprocmask(SIG_SETMASK, &ill_act.sa_mask, &oset); in OPENSSL_cpuid_setup() 247 sigprocmask(SIG_SETMASK, &oset, NULL); in OPENSSL_cpuid_setup()
|
| /freebsd-12-stable/usr.bin/mail/ |
| D | popen.c | 151 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in Pclose() 285 (void)sigprocmask(SIG_SETMASK, &eset, NULL); in prepare_child() 388 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in wait_child() 413 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in free_child()
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | dotlock.c | 150 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in dot_lock() 155 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in dot_lock()
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_context.c | 97 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, in sys_setcontext() 126 kern_sigprocmask(td, SIG_SETMASK, in sys_swapcontext()
|
| /freebsd-12-stable/lib/libthr/thread/ |
| D | thr_create.c | 183 __sys_sigprocmask(SIG_SETMASK, &set, &oset); in _pthread_create() 200 __sys_sigprocmask(SIG_SETMASK, &oset, NULL); in _pthread_create() 283 __sys_sigprocmask(SIG_SETMASK, &set, NULL); in thread_start()
|
| D | thr_sig.c | 111 __sys_sigprocmask(SIG_SETMASK, &curthread->sigmask, NULL); in _thr_signal_unblock() 233 __sys_sigprocmask(SIG_SETMASK, &actp->sa_mask, NULL); in handle_signal() 412 __sys_sigprocmask(SIG_SETMASK, &_thr_maskset, &oldset); in _thr_signal_init() 430 __sys_sigprocmask(SIG_SETMASK, &oldset, NULL); in _thr_signal_init() 536 __sys_sigprocmask(SIG_SETMASK, &_thr_maskset, &oldset); in __thr_sigaction() 577 __sys_sigprocmask(SIG_SETMASK, &oldset, NULL); in __thr_sigaction()
|
| /freebsd-12-stable/lib/libc/rpc/ |
| D | clnt_dg.c | 152 thr_sigsetmask(SIG_SETMASK, &mask, NULL); in release_fd_lock() 348 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_call() 629 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_freeres() 656 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_control() 794 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_destroy() 823 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_ops() 834 thr_sigsetmask(SIG_SETMASK, &mask, NULL); in clnt_dg_ops()
|
| D | clnt_vc.c | 182 thr_sigsetmask(SIG_SETMASK, &mask, NULL); in release_fd_lock() 338 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_call() 487 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_freeres() 533 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_control() 646 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_destroy() 764 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_ops() 775 thr_sigsetmask(SIG_SETMASK, &(mask), NULL); in clnt_vc_ops()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_platform_linux.cpp | 494 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &emptyset, &oldset)); in cur_thread() 511 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &oldset, nullptr)); in cur_thread() 524 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &emptyset, &oldset)); in cur_thread_finalize() 530 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &oldset, nullptr)); in cur_thread_finalize()
|
| /freebsd-12-stable/usr.sbin/ppp/ |
| D | timer.c | 75 sigprocmask(SIG_SETMASK, &omask, NULL); in timer_Stop() 95 sigprocmask(SIG_SETMASK, &omask, NULL); in timer_Start() 134 sigprocmask(SIG_SETMASK, &omask, NULL); in timer_Start()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | wordexp.c | 166 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL); in we_askshell() 174 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL); in we_askshell() 267 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL); in we_askshell()
|
| /freebsd-12-stable/cddl/compat/opensolaris/misc/ |
| D | thread_pool.c | 187 (void) pthread_sigmask(SIG_SETMASK, &maskset, NULL); in tpool_worker() 218 (void) pthread_sigmask(SIG_SETMASK, &maskset, &oset); in create_worker() 220 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL); in create_worker()
|