Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dsignalvar.h219 void sig_lock_to_exit(struct proc *p);
/xnu-8019.80.24/bsd/kern/
H A Dkern_exit.c1171 sig_lock_to_exit(p); in exit_with_reason()
H A Dkern_sig.c3621 sig_lock_to_exit(proc_t p) in sig_lock_to_exit() function