Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/test/tx/regression/
Dthreadx_event_flag_information_test.c127 ULONG current_flags; in thread_0_entry() local
345 …status += tx_event_flags_info_get(&group_0, &name, &current_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/
Dthreadx_event_flag_information_test.c127 ULONG current_flags; in thread_0_entry() local
345 …status += tx_event_flags_info_get(&group_0, &name, &current_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/
Dtx_api.h1565 … _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/
Dtx_api.h1639 … _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,