Function clock_nanosleep

Source
pub unsafe extern "C" fn clock_nanosleep(
    __clock_id: i32,
    __flags: i32,
    __req: *const timespec,
    __rem: *mut timespec,
) -> i32