Skip to main content

sigtimedwait

Function sigtimedwait 

Source
pub fn sigtimedwait(
    set_ptr: usize,
    info_ptr: usize,
    timeout_ptr: usize,
) -> Result<usize>
Expand description

Wait for a signal from set, with optional timeout.