Macro sem::semop_unlock [] [src]

macro_rules! semop_unlock {
    ($id: expr) => { ... };
    ($id: expr, $index) => { ... };
    ($id: expr, $index: expr, $nbop: expr) => { ... };
}

The semop_lock macro unlocks the semaphore.