Home
last modified time | relevance | path

Searched refs:SIGTRAMP (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/sys/ !
H A Dsignalvar.h95 #define SIGTRAMP(p, sig) ({ p->p_sigacts.ps_trampact[(sig)]; }) macro
/xnu-11417.140.69/bsd/dev/arm/ !
H A Dunix_signal.c326 trampact = SIGTRAMP(p, sig); in sendsig()
/xnu-11417.140.69/bsd/dev/i386/ !
H A Dunix_signal.c208 trampact = SIGTRAMP(p, sig); in sendsig()