Searched refs:tx_event_flags_group_suspended_count (Results 1 – 18 of 18) sorted by relevance
| /ThreadX-v6.3.0/common/src/ |
| D | tx_event_flags_cleanup.c | 117 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()
|
| D | tx_event_flags_set.c | 126 …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()
|
| D | tx_event_flags_delete.c | 141 …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()
|
| D | tx_event_flags_get.c | 239 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()
|
| D | tx_event_flags_info_get.c | 129 *suspended_count = (ULONG) group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_info_get()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_event_flags_cleanup.c | 117 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()
|
| D | tx_event_flags_set.c | 126 …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()
|
| D | tx_event_flags_delete.c | 141 …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()
|
| D | tx_event_flags_get.c | 239 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()
|
| D | tx_event_flags_info_get.c | 129 *suspended_count = (ULONG) group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_info_get()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_event_flag_isr_wait_abort_test.c | 79 (event_flags_0.tx_event_flags_group_suspended_count == 2)) in test_isr()
|
| D | threadx_event_flag_isr_set_clear_test.c | 80 (event_flags_0.tx_event_flags_group_suspended_count == 2)) in test_isr()
|
| D | testcontrol.c | 925 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/ |
| D | threadx_event_flag_isr_wait_abort_test.c | 80 (event_flags_0.tx_event_flags_group_suspended_count == 2)) in test_isr()
|
| D | testcontrol.c | 805 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()
|
| D | threadx_event_flag_isr_set_clear_test.c | 81 (event_flags_0.tx_event_flags_group_suspended_count == 2)) in test_isr()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 845 UINT tx_event_flags_group_suspended_count; member
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 824 UINT tx_event_flags_group_suspended_count; member
|