macro_rules! semop_unlock {
($id: expr) => { ... };
($id: expr, $index) => { ... };
($id: expr, $index: expr, $nbop: expr) => { ... };
}Expand description
The semop_lock macro unlocks the semaphore.
macro_rules! semop_unlock {
($id: expr) => { ... };
($id: expr, $index) => { ... };
($id: expr, $index: expr, $nbop: expr) => { ... };
}The semop_lock macro unlocks the semaphore.