Loading...
Searching...
No Matches
sema_inv_t Struct Reference

An Inverse Semaphore. More...

Detailed Description

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
 

Field Documentation

◆ lock

mutex_t sema_inv_t::lock

mutex of the semaphore

Definition at line 61 of file sema_inv.h.

◆ value

uint32_t sema_inv_t::value

value of the semaphore

Definition at line 60 of file sema_inv.h.


The documentation for this struct was generated from the following file: