Function libc::sem_init [] [src]

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