Skip to main content

sys_sem_post

Function sys_sem_post 

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

SYS_SEM_POST: increment the semaphore (wake a waiter).