Home
last modified time | relevance | path

Searched refs:SIGEMPTYSET (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dsignalvar.h103 #define SIGEMPTYSET(set) \ macro
/dragonfly/lib/libthread_xu/thread/
H A Dthr_sig.c130 SIGEMPTYSET(act.sa_mask); in _thr_signal_init()
/dragonfly/sys/kern/
H A Dkern_exit.c367 SIGEMPTYSET(p->p_siglist); in exit1()
368 SIGEMPTYSET(lp->lwp_siglist); in exit1()
H A Dtty.c1961 SIGEMPTYSET(oldset); in ttycheckoutq()
1962 SIGEMPTYSET(newset); in ttycheckoutq()