Searched refs:tx_event_flags_group_suspended_count (Results 1 – 18 of 18) sorted by relevance
| /ThreadX-v6.4.1/common/src/ |
| D | tx_event_flags_cleanup.c | 116 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()
|
| D | tx_event_flags_set.c | 125 …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()
|
| D | tx_event_flags_delete.c | 140 …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()
|
| D | tx_event_flags_get.c | 238 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()
|
| D | tx_event_flags_info_get.c | 128 *suspended_count = (ULONG) group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_info_get()
|
| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_event_flags_cleanup.c | 116 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()
|
| D | tx_event_flags_set.c | 125 …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()
|
| D | tx_event_flags_delete.c | 140 …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()
|
| D | tx_event_flags_get.c | 238 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()
|
| D | tx_event_flags_info_get.c | 128 *suspended_count = (ULONG) group_ptr -> tx_event_flags_group_suspended_count; in _tx_event_flags_info_get()
|
| /ThreadX-v6.4.1/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.4.1/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.4.1/common_smp/inc/ |
| D | tx_api.h | 850 UINT tx_event_flags_group_suspended_count; member
|
| /ThreadX-v6.4.1/common/inc/ |
| D | tx_api.h | 829 UINT tx_event_flags_group_suspended_count; member
|