Home
last modified time | relevance | path

Searched refs:SIG_BLOCK (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c206 (void) sigprocmask(SIG_BLOCK, &blocked, &saved); in __cv_wait_idle()
351 (void) sigprocmask(SIG_BLOCK, &blocked, &saved); in __cv_timedwait_idle()
464 (void) sigprocmask(SIG_BLOCK, &blocked, &saved); in cv_timedwait_idle_hires()
H A Dspl-taskq.c875 sigprocmask(SIG_BLOCK, &blocked, NULL); in taskq_thread()
/f-stack/app/redis-5.0.5/src/
H A Dbio.c167 if (pthread_sigmask(SIG_BLOCK, &sigset, NULL)) in bioProcessBackgroundJobs()
/f-stack/freebsd/sys/
H A Dsignal.h501 #define SIG_BLOCK 1 /* block specified signal set */ macro
/f-stack/tools/netstat/
H A Dif.c625 sigprocmask(SIG_BLOCK, &set, &oldmask); in sidewaysintpr()
/f-stack/tools/libutil/
H A Dpw_util.c302 sigprocmask(SIG_BLOCK, &nsigset, &oldsigset); in pw_edit()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c300 err = pthread_sigmask(SIG_BLOCK, &set, NULL); in ngx_thread_pool_cycle()
/f-stack/freebsd/kern/
H A Dkern_sig.c1061 case SIG_BLOCK: in kern_sigprocmask()
1483 kern_sigprocmask(td, SIG_BLOCK, &set, &oset, 0); in osigblock()
1996 kern_sigprocmask(td, SIG_BLOCK, &mask, NULL, in postsig_done()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c114 if (sigprocmask(SIG_BLOCK, &set, NULL) == -1) { in ngx_master_process_cycle()