gos_safe_slinked_list_t Struct Reference
Data Fields |
|
gos_safe_slinked_list_entry_t * | head |
The 'head' of the list.
|
|
gos_safe_slinked_list_entry_t * | tail |
The 'tail' of the list.
|
|
uint16_t | count |
The number of entries in the list.
|
|
uint16_t | max_count |
The maximum number of entries the list can hold.
|
|
Detailed Description
Linked-list context
This contains the context for the thread-safe linked list.