Skip to main content

SYS_SEM_TRYWAIT

Constant SYS_SEM_TRYWAIT 

Source
pub const SYS_SEM_TRYWAIT: usize = 232;
Expand description

Non-blocking decrement (trywait) on a semaphore.

  • handle: semaphore handle

Returns 1 if the semaphore was decremented, 0 if it would block.