Function hermit_abi::sem_destroy
source ยท pub unsafe extern "C" fn sem_destroy(sem: *mut sem_t) -> i32
Expand description
sem_destroy() frees the unnamed semaphore at the address
pointed to by sem
.
pub unsafe extern "C" fn sem_destroy(sem: *mut sem_t) -> i32
sem_destroy() frees the unnamed semaphore at the address
pointed to by sem
.