pub const SYS_TGKILL: usize = 352; // 352usizeExpand description
Send a signal to a specific thread.
tgid: thread group ID (process ID)tid: target thread IDsignum: signal number
Unlike SYS_KILL, this targets a specific thread within a process.