Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

sem_init

Function sem_init 

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