[][src]Function linux::syscall::tgkill

pub fn tgkill(tgid: c_int, tid: c_int, sig: c_int) -> c_int

Sends a signal to a thread.

[argument, tgid] The thread group of the thread.

[argument, tid] The thread id.

[argument, sig] The signal to send.

= See also

  • link:man:tgkill(2)