pub const SYS_SEM_TRYWAIT: usize = 232; // 232usize
Non-blocking decrement (trywait) on a semaphore.
handle
Returns 1 if the semaphore was decremented, 0 if it would block.
1
0