Function lrs::syscall::rt_sigtimedwait

Suspends the thread until a certain signal occurs.

Syntax

fn rt_sigtimedwait(set: &sigset_t, info: &mut siginfo_t, timeout: Option<&timespec>) -> i32

Arguments

NameDescription
set

The set of signals to wait for.

info

Place where information about the signal will be stored.

timeout

Optional timeout.

See also