Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_sig.c67 static void thr_sighandler(int, siginfo_t *, void *);
208 thr_sighandler(int sig, siginfo_t *info, void *_ucp) in thr_sighandler() function
476 nact.sa_sigaction = thr_sighandler; in _thr_signal_init()
606 newact.sa_sigaction = thr_sighandler; in __thr_sigaction()