Function lrs::syscall::tgkill

Sends a signal to a thread.

Syntax

fn tgkill(tgid: i32, tid: i32, sig: i32) -> i32

Arguments

NameDescription
tgid

The thread group of the thread.

tid

The thread id.

sig

The signal to send.

See also