Searched refs:_BLOCKABLE (Results 1 – 3 of 3) sorted by relevance
34 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) macro48 siginitset(&mask, newmask & _BLOCKABLE); in SYSCALL_DEFINE2()
104 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) macro332 sigdelsetmask(&set, ~_BLOCKABLE); in compat_restore_sigframe()
23 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) macro