Function julia_sys::sem_init [] [src]

pub unsafe extern "C" fn sem_init(
    __sem: *mut sem_t,
    __pshared: c_int,
    __value: c_uint
) -> c_int