Function nc::sem_trywait

source ยท
pub unsafe fn sem_trywait(sem: &mut sem_t) -> Result<(), Errno>
Expand description

Decrement (lock) a semaphore.