Home
last modified time | relevance | path

Searched refs:SIGNOTEMPTY (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignalvar.h136 #define SIGNOTEMPTY(set) (!__sigisempty(&(set))) macro
/f-stack/freebsd/kern/
H A Dkern_sig.c1007 while (SIGNOTEMPTY(osigignore)) { in execsigs()
4037 while (SIGNOTEMPTY(ps->ps_sigcatch)) { in sig_drop_caught()