dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_semaphore Struct Reference

Data Fields

uint32_t sema_count
 
uint32_t magic
 
pthread_mutex_t mutex
 
pthread_cond_t cond
 
bool given
 

Detailed Description

Definition at line 29 of file pios_semaphore.c.

Field Documentation

pthread_cond_t pios_semaphore::cond

Definition at line 36 of file pios_semaphore.c.

bool pios_semaphore::given

Definition at line 38 of file pios_semaphore.c.

uint32_t pios_semaphore::magic

Definition at line 33 of file pios_semaphore.c.

pthread_mutex_t pios_semaphore::mutex

Definition at line 35 of file pios_semaphore.c.


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