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

semop

Function semop 

Source
pub unsafe extern "C" fn semop(
    semid: c_int,
    sops: *mut sembuf,
    nsops: size_t,
) -> c_int