Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsignalvar.h395 struct sigacts *sigacts_hold(struct sigacts *ps);
/freebsd/sys/kern/
H A Dkern_fork.c505 p2->p_sigacts = sigacts_hold(p1->p_sigacts); in do_fork()
H A Dkern_sig.c4364 sigacts_hold(struct sigacts *ps) in sigacts_hold() function