| /ThreadX-v6.3.0/common/src/ |
| D | tx_event_flags_get.c | 96 ULONG current_flags; in _tx_event_flags_get() local 129 current_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_get() 132 *actual_flags_ptr = current_flags & ~group_ptr -> tx_event_flags_group_delayed_clear; in _tx_event_flags_get() 146 flags_satisfied = (current_flags & requested_flags); in _tx_event_flags_get() 160 flags_satisfied = (current_flags & requested_flags); in _tx_event_flags_get() 193 current_flags = current_flags & (~delayed_clear_flags); in _tx_event_flags_get() 203 flags_satisfied = (current_flags & requested_flags); in _tx_event_flags_get() 218 flags_satisfied = (current_flags & requested_flags); in _tx_event_flags_get()
|
| D | tx_event_flags_info_get.c | 82 UINT _tx_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, in _tx_event_flags_info_get() argument 110 if (current_flags != TX_NULL) in _tx_event_flags_info_get() 114 *current_flags = group_ptr -> tx_event_flags_group_current & in _tx_event_flags_info_get()
|
| D | txe_event_flags_info_get.c | 83 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, in _txe_event_flags_info_get() argument 110 status = _tx_event_flags_info_get(group_ptr, name, current_flags, first_suspended, in _txe_event_flags_info_get()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_event_flags_get.c | 96 ULONG current_flags; in _tx_event_flags_get() local 129 current_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_get() 132 *actual_flags_ptr = current_flags & ~group_ptr -> tx_event_flags_group_delayed_clear; in _tx_event_flags_get() 146 flags_satisfied = (current_flags & requested_flags); in _tx_event_flags_get() 160 flags_satisfied = (current_flags & requested_flags); in _tx_event_flags_get() 193 current_flags = current_flags & (~delayed_clear_flags); in _tx_event_flags_get() 203 flags_satisfied = (current_flags & requested_flags); in _tx_event_flags_get() 218 flags_satisfied = (current_flags & requested_flags); in _tx_event_flags_get()
|
| D | tx_event_flags_info_get.c | 82 UINT _tx_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, in _tx_event_flags_info_get() argument 110 if (current_flags != TX_NULL) in _tx_event_flags_info_get() 114 *current_flags = group_ptr -> tx_event_flags_group_current & in _tx_event_flags_info_get()
|
| D | txe_event_flags_info_get.c | 83 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, in _txe_event_flags_info_get() argument 110 status = _tx_event_flags_info_get(group_ptr, name, current_flags, first_suspended, in _txe_event_flags_info_get()
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_event_flags_info_get.c | 77 UINT _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, … in _txe_event_flags_info_get() argument 83 extra_parameters[0] = (ALIGN_TYPE) current_flags; in _txe_event_flags_info_get()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_event_flag_information_test.c | 127 ULONG current_flags; in thread_0_entry() local 345 …status += tx_event_flags_info_get(&group_0, &name, ¤t_flags, &first_suspended, &suspended_co… in thread_0_entry() 348 …if ((status != TX_SUCCESS) || (current_flags != group_0.tx_event_flags_group_current) || (first_su… in thread_0_entry()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_event_flag_information_test.c | 127 ULONG current_flags; in thread_0_entry() local 345 …status += tx_event_flags_info_get(&group_0, &name, ¤t_flags, &first_suspended, &suspended_co… in thread_0_entry() 348 …if ((status != TX_SUCCESS) || (current_flags != group_0.tx_event_flags_group_current) || (first_su… in thread_0_entry()
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1565 … _tx_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, 1584 … _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, 1595 … _txr_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags,
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1639 … _tx_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, 1658 … _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags,
|