Searched refs:SIG_BLOCK (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | 206 (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 D | spl-taskq.c | 875 sigprocmask(SIG_BLOCK, &blocked, NULL); in taskq_thread()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | bio.c | 167 if (pthread_sigmask(SIG_BLOCK, &sigset, NULL)) in bioProcessBackgroundJobs()
|
| /f-stack/freebsd/sys/ |
| H A D | signal.h | 501 #define SIG_BLOCK 1 /* block specified signal set */ macro
|
| /f-stack/tools/netstat/ |
| H A D | if.c | 625 sigprocmask(SIG_BLOCK, &set, &oldmask); in sidewaysintpr()
|
| /f-stack/tools/libutil/ |
| H A D | pw_util.c | 302 sigprocmask(SIG_BLOCK, &nsigset, &oldsigset); in pw_edit()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_thread_pool.c | 300 err = pthread_sigmask(SIG_BLOCK, &set, NULL); in ngx_thread_pool_cycle()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sig.c | 1061 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 D | ngx_process_cycle.c | 114 if (sigprocmask(SIG_BLOCK, &set, NULL) == -1) { in ngx_master_process_cycle()
|