Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_sig.c110 static void tdsigwakeup(struct thread *, int, sig_t, int);
2365 tdsigwakeup(td, sig, action, intrval); in tdsendsignal()
2406 tdsigwakeup(td, sig, action, intrval); in tdsendsignal()
2422 tdsigwakeup(struct thread *td, int sig, sig_t action, int intrval) in tdsigwakeup() function
2689 tdsigwakeup(td, sig, SIG_CATCH, in reschedule_signals()