Function nc::rt_sigqueueinfo

source ยท
pub unsafe fn rt_sigqueueinfo(
    pid: pid_t,
    sig: i32,
    info: &mut siginfo_t,
) -> Result<(), Errno>
Expand description

Queue a signal and data.

Send signal information to a thread.