Macro semop_unlock

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

The semop_lock macro unlocks the semaphore.