Home
last modified time | relevance | path

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

123456

/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
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-12-stable/lib/libc/stdlib/
Dsystem.c82 (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()
Dabort.c66 (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/
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()
204 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in sig_clr()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_interceptors.cpp59 #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/
Dsigsetmask.c26 #ifdef SIG_SETMASK
37 sigprocmask(SIG_SETMASK, &new_sig, &old_sig); in sigsetmask()
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dsigsetmask.c26 #ifdef SIG_SETMASK
37 sigprocmask(SIG_SETMASK, &new_sig, &old_sig); in sigsetmask()
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dsigact.h56 #undef SIG_SETMASK
57 #define SIG_SETMASK 02 macro
Dbsd-pselect.c195 sigprocmask(SIG_SETMASK, mask, &osig); in pselect()
198 sigprocmask(SIG_SETMASK, &osig, NULL); in pselect()
/freebsd-12-stable/contrib/ncurses/ncurses/
DSigAction.h68 #undef SIG_SETMASK
69 #define SIG_SETMASK 02 macro
/freebsd-12-stable/lib/libulog/
Dulog_login_pseudo.c66 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/
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-12-stable/crypto/openssl/crypto/
Ds390xcap.c49 sigprocmask(SIG_SETMASK, &ill_act.sa_mask, &oset); in OPENSSL_cpuid_setup()
69 sigprocmask(SIG_SETMASK, &oset, NULL); in OPENSSL_cpuid_setup()
Darmcap.c208 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/
Dpopen.c151 (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/
Ddotlock.c150 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in dot_lock()
155 (void)sigprocmask(SIG_SETMASK, &oset, NULL); in dot_lock()
/freebsd-12-stable/sys/kern/
Dkern_context.c97 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/
Dthr_create.c183 __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()
Dthr_sig.c111 __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/
Dclnt_dg.c152 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()
Dclnt_vc.c182 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/
Dtsan_platform_linux.cpp494 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/
Dtimer.c75 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/
Dwordexp.c166 (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/
Dthread_pool.c187 (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()

123456