Searched refs:current_flags (Results 1 – 9 of 9) sorted by relevance
| /ThreadX-v6.2.1/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.2.1/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.2.1/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.2.1/common/inc/ |
| D | tx_api.h | 1551 … _tx_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, 1570 … _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, 1581 … _txr_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags,
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1625 … _tx_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags, 1644 … _txe_event_flags_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR **name, ULONG *current_flags,
|