Skip to main content

SYS_SEM_CREATE

Constant SYS_SEM_CREATE 

Source
pub const SYS_SEM_CREATE: usize = 230; // 230usize
Expand description

Create a POSIX counting semaphore.

  • initial_value: initial count of the semaphore

Returns a capability handle for the semaphore.