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

TX_EVENT_FLAGS_GROUP_STRUCT::tx_event_flags_group_suspended_count field

Syntax

UINT tx_event_flags_group_suspended_count;

References

LocationReferrerText
tx_api.h:722
UINT tx_event_flags_group_suspended_count;
tx_event_flags_cleanup.c:117_tx_event_flags_cleanup()
if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS)
tx_event_flags_cleanup.c:131_tx_event_flags_cleanup()
suspended_count = group_ptr -> tx_event_flags_group_suspended_count;
tx_event_flags_cleanup.c:149_tx_event_flags_cleanup()
group_ptr -> tx_event_flags_group_suspended_count = suspended_count;
tx_event_flags_delete.c:141_tx_event_flags_delete()
suspended_count = group_ptr -> tx_event_flags_group_suspended_count;
tx_event_flags_delete.c:142_tx_event_flags_delete()
group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS;
tx_event_flags_get.c:236_tx_event_flags_get()
if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS)
tx_event_flags_get.c:327_tx_event_flags_get()
suspended_count = group_ptr -> tx_event_flags_group_suspended_count;
tx_event_flags_get.c:352_tx_event_flags_get()
group_ptr -> tx_event_flags_group_suspended_count++;
tx_event_flags_info_get.c:129_tx_event_flags_info_get()
*suspended_count = (ULONG) group_ptr -> tx_event_flags_group_suspended_count;
tx_event_flags_set.c:138_tx_event_flags_set()
if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS)
tx_event_flags_set.c:207_tx_event_flags_set()
suspended_count = group_ptr -> tx_event_flags_group_suspended_count;
tx_event_flags_set.c:287_tx_event_flags_set()
group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS;
tx_event_flags_set.c:363_tx_event_flags_set()
suspended_count = group_ptr -> tx_event_flags_group_suspended_count;
tx_event_flags_set.c:488_tx_event_flags_set()
group_ptr -> tx_event_flags_group_suspended_count--;
tx_event_flags_set.c:587_tx_event_flags_set()
if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS)

Data Use

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