Macro sem::semctl_init [] [src]

macro_rules! semctl_init {
    ($id: expr) => { ... };
    ($id: expr, $semnum: expr) => { ... };
}

The semctl_init macro sets/inits the semaphore at 0.