pthread_kill
int pthread_kill(pthread_t, int);
WR(stub_zero, pthread_kill);
pthread_kill(pe->thread, SIGHUP);
pthread_kill(pe->thread, SIGHUP);
__strong_reference(_pthread_kill, pthread_kill);
pthread_kill(cotd->pintr, SIGALRM);
pthread_kill(cotd->pthr, SIGINT);
pthread_kill(ap_tids[n], SIGURG);
if (pthread_kill(ap_tids[dcpu], SIGUSR1) != 0)
if (pthread_kill(ap_tids[n], SIGXCPU) != 0)
if (pthread_kill(ap_tids[n], SIGXCPU) != 0)
if (pthread_kill (tid, signo) != 0) {
if (pthread_kill (tid, signo) != 0) {