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

thr_kill の構文

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