An Inverse Semaphore. More...
An Inverse Semaphore.
Definition at line 59 of file sema_inv.h.
#include <sema_inv.h>
Data Fields | |
uint32_t | value |
value of the semaphore | |
mutex_t | lock |
mutex of the semaphore | |
mutex_t sema_inv_t::lock |
mutex of the semaphore
Definition at line 61 of file sema_inv.h.
uint32_t sema_inv_t::value |
value of the semaphore
Definition at line 60 of file sema_inv.h.