Tizen RT Libs&Environment
v1.1 D4
|
Structure of semholder. More...
#include <semaphore.h>
Data Fields | |
struct semholder_s * | flink |
FAR struct tcb_s * | htcb |
int16_t | counts |
Structure of semholder.
Definition at line 94 of file semaphore.h.
int16_t counts |
Definition at line 99 of file semaphore.h.
struct semholder_s* flink |
Definition at line 96 of file semaphore.h.
FAR struct tcb_s* htcb |
Definition at line 98 of file semaphore.h.