Home
last modified time | relevance | path

Searched refs:tx_event_flags_group_suspended_count (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_event_flags_cleanup.c117 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
131 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_cleanup()
149 group_ptr -> tx_event_flags_group_suspended_count = suspended_count; in _tx_event_flags_cleanup()
Dtx_event_flags_set.c126 …GS_SET, group_ptr, flags_to_set, set_option, group_ptr -> tx_event_flags_group_suspended_count, TX… in _tx_event_flags_set()
142 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_set()
211 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_set()
288 group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS; in _tx_event_flags_set()
369 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_set()
491 group_ptr -> tx_event_flags_group_suspended_count--; in _tx_event_flags_set()
590 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_set()
Dtx_event_flags_delete.c141 …ended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_delete()
142 group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS; in _tx_event_flags_delete()
Dtx_event_flags_get.c239 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_get()
331 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_get()
356 group_ptr -> tx_event_flags_group_suspended_count++; in _tx_event_flags_get()
Dtx_event_flags_info_get.c129 *suspended_count = (ULONG) group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_info_get()
/ThreadX-v6.2.1/common/src/
Dtx_event_flags_cleanup.c117 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
131 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_cleanup()
149 group_ptr -> tx_event_flags_group_suspended_count = suspended_count; in _tx_event_flags_cleanup()
Dtx_event_flags_set.c126 …GS_SET, group_ptr, flags_to_set, set_option, group_ptr -> tx_event_flags_group_suspended_count, TX… in _tx_event_flags_set()
142 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_set()
211 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_set()
288 group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS; in _tx_event_flags_set()
369 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_set()
491 group_ptr -> tx_event_flags_group_suspended_count--; in _tx_event_flags_set()
590 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_set()
Dtx_event_flags_delete.c141 …ended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_delete()
142 group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS; in _tx_event_flags_delete()
Dtx_event_flags_get.c239 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_get()
331 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_get()
356 group_ptr -> tx_event_flags_group_suspended_count++; in _tx_event_flags_get()
Dtx_event_flags_info_get.c129 *suspended_count = (ULONG) group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_info_get()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h831 UINT tx_event_flags_group_suspended_count; member
/ThreadX-v6.2.1/common/inc/
Dtx_api.h810 UINT tx_event_flags_group_suspended_count; member