pub fn sys_sem_post(handle: u64) -> Result<u64, SyscallError>Expand description
SYS_SEM_POST: increment the semaphore (wake a waiter).
pub fn sys_sem_post(handle: u64) -> Result<u64, SyscallError>SYS_SEM_POST: increment the semaphore (wake a waiter).