pub fn sys_sem_wait(handle: u64) -> Result<u64, SyscallError>Expand description
SYS_SEM_WAIT: decrement the semaphore (blocking if zero).
pub fn sys_sem_wait(handle: u64) -> Result<u64, SyscallError>SYS_SEM_WAIT: decrement the semaphore (blocking if zero).