Home
last modified time | relevance | path

Searched refs:SIG_SETMASK (Results 1 – 25 of 129) sorted by relevance

123456

/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_killable.h49 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/lib/libc/stdlib/
H A Dsystem.c76 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL); in __libc_system()
82 (void)__sys_sigprocmask(SIG_SETMASK, &oldsigblock, NULL); in __libc_system()
103 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL); in __libc_system()
H A Dabort.c60 (void)__libc_sigprocmask(SIG_SETMASK, &act.sa_mask, NULL); in abort()
72 (void)__libc_sigprocmask(SIG_SETMASK, &act.sa_mask, NULL); in abort()
/freebsd/contrib/libedit/
H A Dsig.c109 (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()
202 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in sig_clr()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsigact.h56 #undef SIG_SETMASK
57 #define SIG_SETMASK 02 macro
H A Dbsd-pselect.c195 sigprocmask(SIG_SETMASK, mask, &osig); in pselect()
198 sigprocmask(SIG_SETMASK, &osig, NULL); in pselect()
/freebsd/contrib/ncurses/ncurses/
H A DSigAction.h69 #undef SIG_SETMASK
70 #define SIG_SETMASK 02 macro
/freebsd/lib/libulog/
H A Dulog_login_pseudo.c64 sigprocmask(SIG_SETMASK, &oblock, NULL); in ulog_exec_helper()
75 sigprocmask(SIG_SETMASK, &oblock, NULL); in ulog_exec_helper()
/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Dchild.c99 sigprocmask(SIG_SETMASK, &oset, NULL); in wait_all_descendants()
193 sigprocmask(SIG_SETMASK, oset, NULL); in grandchild_run()
269 sigprocmask(SIG_SETMASK, oset, NULL); in child_leader_run()
372 sigprocmask(SIG_SETMASK, oset, NULL); in child_leader_run()
/freebsd/contrib/unbound/util/
H A Dlocks.c60 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/usr.bin/mail/
H A Dpopen.c143 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in Pclose()
277 (void)sigprocmask(SIG_SETMASK, &eset, NULL); in prepare_child()
380 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in wait_child()
405 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in free_child()
/freebsd/contrib/tcsh/
H A Ddotlock.c150 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in dot_lock()
155 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in dot_lock()
/freebsd/sys/kern/
H A Dkern_context.c92 kern_sigprocmask(td, SIG_SETMASK, &uc.uc_sigmask, in sys_setcontext()
120 kern_sigprocmask(td, SIG_SETMASK, in sys_swapcontext()
/freebsd/lib/libthr/thread/
H A Dthr_create.c179 __sys_sigprocmask(SIG_SETMASK, &set, &oset); in _pthread_create()
196 __sys_sigprocmask(SIG_SETMASK, &oset, NULL); in _pthread_create()
280 __sys_sigprocmask(SIG_SETMASK, &set, NULL); in thread_start()
H A Dthr_sig.c108 __sys_sigprocmask(SIG_SETMASK, &curthread->sigmask, NULL); in thr_signal_unblock_slow()
285 __sys_sigprocmask(SIG_SETMASK, &actp->sa_mask, NULL); in handle_signal()
464 __sys_sigprocmask(SIG_SETMASK, &_thr_maskset, &oldset); in _thr_signal_init()
482 __sys_sigprocmask(SIG_SETMASK, &oldset, NULL); in _thr_signal_init()
588 __sys_sigprocmask(SIG_SETMASK, &_thr_maskset, &oldset); in __thr_sigaction()
629 __sys_sigprocmask(SIG_SETMASK, &oldset, NULL); in __thr_sigaction()
/freebsd/lib/libc/rpc/
H A Dclnt_dg.c145 thr_sigsetmask(SIG_SETMASK, &mask, NULL); in release_fd_lock()
341 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_call()
622 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_freeres()
649 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_control()
787 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_destroy()
816 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_dg_ops()
827 thr_sigsetmask(SIG_SETMASK, &mask, NULL); in clnt_dg_ops()
H A Dclnt_vc.c174 thr_sigsetmask(SIG_SETMASK, &mask, NULL); in release_fd_lock()
330 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_call()
479 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_freeres()
525 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_control()
638 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_destroy()
756 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); in clnt_vc_ops()
767 thr_sigsetmask(SIG_SETMASK, &(mask), NULL); in clnt_vc_ops()
/freebsd/usr.sbin/ppp/
H A Dtimer.c73 sigprocmask(SIG_SETMASK, &omask, NULL); in timer_Stop()
93 sigprocmask(SIG_SETMASK, &omask, NULL); in timer_Start()
132 sigprocmask(SIG_SETMASK, &omask, NULL); in timer_Start()
/freebsd/lib/libc/gen/
H A Dwordexp.c162 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL); in we_askshell()
170 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL); in we_askshell()
263 (void)__libc_sigprocmask(SIG_SETMASK, &oldsigblock, NULL); in we_askshell()
/freebsd/crypto/openssl/crypto/
H A Darmcap.c228 sigprocmask(SIG_SETMASK, &ill_act.sa_mask, &oset); in OPENSSL_cpuid_setup()
267 sigprocmask(SIG_SETMASK, &oset, NULL); in OPENSSL_cpuid_setup()
H A Dsparcv9cap.c159 sigprocmask(SIG_SETMASK, &all_masked, &oset); in OPENSSL_cpuid_setup()
219 sigprocmask(SIG_SETMASK, &oset, NULL); in OPENSSL_cpuid_setup()
H A Dppccap.c266 sigprocmask(SIG_SETMASK, &ill_act.sa_mask, &oset); in OPENSSL_cpuid_setup()
314 sigprocmask(SIG_SETMASK, &oset, NULL); in OPENSSL_cpuid_setup()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp591 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &emptyset, &oldset)); in cur_thread()
608 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &oldset, nullptr)); in cur_thread()
621 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &emptyset, &oldset)); in cur_thread_finalize()
627 CHECK_EQ(0, internal_sigprocmask(SIG_SETMASK, &oldset, nullptr)); in cur_thread_finalize()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigmask.c235 PTHREAD_REQUIRE(pthread_sigmask(SIG_SETMASK, &act.sa_mask, NULL)); in ATF_TC_BODY()
242 PTHREAD_REQUIRE(pthread_sigmask(SIG_SETMASK, &act.sa_mask, NULL)); in ATF_TC_BODY()
/freebsd/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c194 (void) pthread_sigmask(SIG_SETMASK, NULL, &maskset); in tpool_worker()
205 (void) pthread_sigmask(SIG_SETMASK, &maskset, NULL); in tpool_worker()
235 (void) pthread_sigmask(SIG_SETMASK, NULL, &oset); in create_worker()
237 (void) pthread_sigmask(SIG_SETMASK, &oset, NULL); in create_worker()

123456