TizenRT Libs&Environment
v2.0 M2
|
Structure of generic semaphore. More...
#include <semaphore.h>
Data Fields | |
int16_t | semcount |
uint8_t | flags |
FAR struct semholder_s * | hhead |
Structure of generic semaphore.
Definition at line 113 of file semaphore.h.
uint8_t flags |
Definition at line 120 of file semaphore.h.
FAR struct semholder_s* hhead |
Definition at line 123 of file semaphore.h.
int16_t semcount |
Definition at line 114 of file semaphore.h.