thr_sighandler
nact.sa_sigaction = thr_sighandler;
newact.sa_sigaction = thr_sighandler;
static void thr_sighandler(int, siginfo_t *, void *);