Home
last modified time | relevance | path

Searched refs:current_flags (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_event_flags_get.c96 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()
Dtx_event_flags_info_get.c82 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()
Dtxe_event_flags_info_get.c83 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/
Dtx_event_flags_get.c96 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()
Dtx_event_flags_info_get.c82 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()
Dtxe_event_flags_info_get.c83 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/
Dtxm_event_flags_info_get.c77 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/
Dtx_api.h1551 … _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/
Dtx_api.h1625 … _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,