Function lrs::signal::send_to_thread

Sends a signal to a thread.

Syntax

fn send_to_thread(process: i32, thread: i32, signal: Signal) -> Result<(), Errno>

Arguments

NameDescription
process

The process of the thread.

thread

The thread id of the thread.

signal

The signal to send.

See also