Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/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.3.0/test/smp/regression/
Dthreadx_event_flag_isr_wait_abort_test.c79 (event_flags_0.tx_event_flags_group_suspended_count == 2)) in test_isr()
Dthreadx_event_flag_isr_set_clear_test.c80 (event_flags_0.tx_event_flags_group_suspended_count == 2)) in test_isr()
Dtestcontrol.c925 cleanup_event_flags.tx_event_flags_group_suspended_count = 0; in tx_application_define()
933 cleanup_event_flags.tx_event_flags_group_suspended_count = 0; in tx_application_define()
941 cleanup_event_flags.tx_event_flags_group_suspended_count = 0; in tx_application_define()
949 cleanup_event_flags.tx_event_flags_group_suspended_count = 0; in tx_application_define()
957 cleanup_event_flags.tx_event_flags_group_suspended_count = 0; in tx_application_define()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_event_flag_isr_wait_abort_test.c80 (event_flags_0.tx_event_flags_group_suspended_count == 2)) in test_isr()
Dtestcontrol.c805 cleanup_event_flags.tx_event_flags_group_suspended_count = 0; in tx_application_define()
813 cleanup_event_flags.tx_event_flags_group_suspended_count = 0; in tx_application_define()
821 cleanup_event_flags.tx_event_flags_group_suspended_count = 0; in tx_application_define()
829 cleanup_event_flags.tx_event_flags_group_suspended_count = 0; in tx_application_define()
837 cleanup_event_flags.tx_event_flags_group_suspended_count = 0; in tx_application_define()
Dthreadx_event_flag_isr_set_clear_test.c81 (event_flags_0.tx_event_flags_group_suspended_count == 2)) in test_isr()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h845 UINT tx_event_flags_group_suspended_count; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h824 UINT tx_event_flags_group_suspended_count; member