Skip to main content

SYS_TGKILL

Constant SYS_TGKILL 

Source
pub const SYS_TGKILL: usize = 352; // 352usize
Expand description

Send a signal to a specific thread.

  • tgid: thread group ID (process ID)
  • tid: target thread ID
  • signum: signal number

Unlike SYS_KILL, this targets a specific thread within a process.