TNeo
v1.08
|
Data Fields | |
enum TN_ObjId | id_sem |
id for object validity verification. More... | |
struct TN_ListItem | wait_queue |
List of tasks that wait for the semaphore. | |
int | count |
Current semaphore counter value. | |
int | max_count |
Max value of count | |
enum TN_ObjId TN_Sem::id_sem |