Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_sig.c110 static void tdsigwakeup(struct thread *, int, sig_t, int);
2508 tdsigwakeup(td, sig, action, intrval); in tdsendsignal()
2547 tdsigwakeup(td, sig, action, intrval); in tdsendsignal()
2564 tdsigwakeup(struct thread *td, int sig, sig_t action, int intrval) in tdsigwakeup() function
2979 tdsigwakeup(td, sig, SIG_CATCH, in reschedule_signals()