Semaphore Control Block. More...
#include <rtx_os.h>
Data Fields | |
uint8_t | id |
Object Identifier. More... | |
uint8_t | reserved_state |
Object State (not used) More... | |
uint8_t | flags |
Object Flags. More... | |
const char * | name |
Object Name. More... | |
osRtxThread_t * | thread_list |
Waiting Threads List. More... | |
uint16_t | tokens |
Current number of tokens. More... | |
uint16_t | max_tokens |
Maximum number of tokens. More... | |
osRtxThread_t* thread_list |