Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_event_flags_cleanup.c116 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
130 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_cleanup()
148 group_ptr -> tx_event_flags_group_suspended_count = suspended_count; in _tx_event_flags_cleanup()
Dtx_event_flags_set.c125 …GS_SET, group_ptr, flags_to_set, set_option, group_ptr -> tx_event_flags_group_suspended_count, TX… in _tx_event_flags_set()
141 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_set()
210 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_set()
287 group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS; in _tx_event_flags_set()
368 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_set()
490 group_ptr -> tx_event_flags_group_suspended_count--; in _tx_event_flags_set()
589 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_set()
Dtx_event_flags_delete.c140 …ended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_delete()
141 group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS; in _tx_event_flags_delete()
Dtx_event_flags_get.c238 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_get()
330 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_get()
355 group_ptr -> tx_event_flags_group_suspended_count++; in _tx_event_flags_get()
Dtx_event_flags_info_get.c128 *suspended_count = (ULONG) group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_info_get()
/ThreadX-v6.4.1/common_smp/src/
Dtx_event_flags_cleanup.c116 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_cleanup()
130 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_cleanup()
148 group_ptr -> tx_event_flags_group_suspended_count = suspended_count; in _tx_event_flags_cleanup()
Dtx_event_flags_set.c125 …GS_SET, group_ptr, flags_to_set, set_option, group_ptr -> tx_event_flags_group_suspended_count, TX… in _tx_event_flags_set()
141 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_set()
210 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_set()
287 group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS; in _tx_event_flags_set()
368 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_set()
490 group_ptr -> tx_event_flags_group_suspended_count--; in _tx_event_flags_set()
589 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_set()
Dtx_event_flags_delete.c140 …ended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_delete()
141 group_ptr -> tx_event_flags_group_suspended_count = TX_NO_SUSPENSIONS; in _tx_event_flags_delete()
Dtx_event_flags_get.c238 if (group_ptr -> tx_event_flags_group_suspended_count != TX_NO_SUSPENSIONS) in _tx_event_flags_get()
330 suspended_count = group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_get()
355 group_ptr -> tx_event_flags_group_suspended_count++; in _tx_event_flags_get()
Dtx_event_flags_info_get.c128 *suspended_count = (ULONG) group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_info_get()
/ThreadX-v6.4.1/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.4.1/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.4.1/common_smp/inc/
Dtx_api.h850 UINT tx_event_flags_group_suspended_count; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h829 UINT tx_event_flags_group_suspended_count; member