Function libc::sem_init[][src]

pub unsafe extern "C" fn sem_init(
    sem: *mut sem_t,
    pshared: c_int,
    value: c_uint
) -> c_int