pub const SYS_TGKILL: usize = 352;
Send a signal to a specific thread.
tgid
tid
signum
Unlike SYS_KILL, this targets a specific thread within a process.
SYS_KILL