TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_suspension_list is only used within threadx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesthreadxTX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_suspension_list

TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_suspension_list field

Syntax

struct TX_THREAD_STRUCT *tx_event_flags_group_suspension_list;

References

LocationReferrerText
tx_api.h:721
*tx_event_flags_group_suspension_list;
tx_event_flags_cleanup.c:134_tx_event_flags_cleanup()
suspension_head = group_ptr -> tx_event_flags_group_suspension_list;
tx_event_flags_cleanup.c:158_tx_event_flags_cleanup()
group_ptr -> tx_event_flags_group_suspension_list = TX_NULL;
tx_event_flags_cleanup.c:176_tx_event_flags_cleanup()
group_ptr -> tx_event_flags_group_suspension_list = next_thread;
tx_event_flags_delete.c:139_tx_event_flags_delete()
thread_ptr = group_ptr -> tx_event_flags_group_suspension_list;
tx_event_flags_delete.c:140_tx_event_flags_delete()
group_ptr -> tx_event_flags_group_suspension_list = TX_NULL;
tx_event_flags_get.c:239_tx_event_flags_get()
if (group_ptr -> tx_event_flags_group_suspension_list == TX_NULL)
tx_event_flags_get.c:335_tx_event_flags_get()
group_ptr -> tx_event_flags_group_suspension_list = thread_ptr;
tx_event_flags_get.c:343_tx_event_flags_get()
next_thread = group_ptr -> tx_event_flags_group_suspension_list;
tx_event_flags_info_get.c:122_tx_event_flags_info_get()
*first_suspended = group_ptr -> tx_event_flags_group_suspension_list;
tx_event_flags_set.c:141_tx_event_flags_set()
if (group_ptr -> tx_event_flags_group_suspension_list == TX_NULL)
tx_event_flags_set.c:210_tx_event_flags_set()
if (group_ptr -> tx_event_flags_group_suspension_list != TX_NULL)
tx_event_flags_set.c:222_tx_event_flags_set()
thread_ptr = group_ptr -> tx_event_flags_group_suspension_list;
tx_event_flags_set.c:286_tx_event_flags_set()
group_ptr -> tx_event_flags_group_suspension_list = TX_NULL;
tx_event_flags_set.c:322_tx_event_flags_set()
suspended_list = group_ptr -> tx_event_flags_group_suspension_list;
tx_event_flags_set.c:327_tx_event_flags_set()
group_ptr -> tx_event_flags_group_suspension_list = TX_NULL;
tx_event_flags_set.c:522_tx_event_flags_set()
group_ptr -> tx_event_flags_group_suspension_list = suspended_list;

Data Use

Functions writing TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_suspension_list
Functions reading TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_suspension_list
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_suspension_list
Type of TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_suspension_list
TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_suspension_list
all items filtered out