Searched refs:fast_sigblock (Results 1 – 2 of 2) sorted by relevance
127 static bool fast_sigblock; variable132 if (fast_sigblock) in _thr_signal_block()141 if (fast_sigblock) in _thr_signal_unblock()155 fast_sigblock = (bsdflags & ELF_BSDF_SIGFASTBLK) != 0; in _thr_signal_block_check_fast()161 if (!fast_sigblock) in _thr_signal_block_setup()
115 static struct thread *sigtd(struct proc *p, int sig, bool fast_sigblock);2171 sigtd(struct proc *p, int sig, bool fast_sigblock) in sigtd() argument2176 MPASS(!fast_sigblock || p == curproc); in sigtd()2183 (!fast_sigblock || curthread->td_sigblock_val == 0)) in sigtd()2189 if (!SIGISMEMBER(td->td_sigmask, sig) && (!fast_sigblock || in sigtd()