gos_safe_slinked_list_t Struct Reference

Data Fields

gos_safe_slinked_list_entry_thead
 The 'head' of the list.
 
gos_safe_slinked_list_entry_ttail
 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.