マルチスレッドのプログラミング

thr_kill(3T)

thr_kill() は、スレッドにシグナルを送ります。

#include <thread.h>
#include <signal.h>
int thr_kill(thread_t target_thread, int sig);