Skip to main content

sys_sem_wait

Function sys_sem_wait 

Source
pub fn sys_sem_wait(handle: u64) -> Result<u64, SyscallError>
Expand description

SYS_SEM_WAIT: decrement the semaphore (blocking if zero).