_thr_send_sig
_thr_send_sig(pthread, SIGCANCEL);
_thr_send_sig(pthread, sig);
int _thr_send_sig(pthread_t, int sig);
_thr_send_sig(thread, SIGCANCEL);
ret = _thr_send_sig(tls_get_curthread(), sig);