sem_init

Function sem_init 

Source
pub unsafe extern "C" fn sem_init(
    sem: *mut sem_t,
    pshared: i32,
    value: u32,
) -> i32