Home
last modified time | relevance | path

Searched refs:tx_event_flags_group_current (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtx_event_flags_set.c171 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_set()
172 group_ptr -> tx_event_flags_group_current & flags_to_set; in _tx_event_flags_set()
192 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_set()
193 group_ptr -> tx_event_flags_group_current | flags_to_set; in _tx_event_flags_set()
229 current_event_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_set()
283 …group_ptr -> tx_event_flags_group_current = group_ptr -> tx_event_flags_group_current & (~request… in _tx_event_flags_set()
335 current_event_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_set()
373 … current_event_flags = current_event_flags | group_ptr -> tx_event_flags_group_current; in _tx_event_flags_set()
445 …group_ptr -> tx_event_flags_group_current = group_ptr -> tx_event_flags_group_current & ~requeste… in _tx_event_flags_set()
534 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_set()
[all …]
Dtx_event_flags_get.c123 …ACE_EVENT_FLAGS_GET, group_ptr, requested_flags, group_ptr -> tx_event_flags_group_current, get_op… in _tx_event_flags_get()
129 current_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_get()
175 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_get()
176 … group_ptr -> tx_event_flags_group_current & (~requested_flags); in _tx_event_flags_get()
265 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_get()
266 … group_ptr -> tx_event_flags_group_current & ~requested_flags; in _tx_event_flags_get()
Dtx_event_flags_info_get.c114 *current_flags = group_ptr -> tx_event_flags_group_current & in _tx_event_flags_info_get()
/ThreadX-v6.2.1/common_smp/src/
Dtx_event_flags_set.c171 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_set()
172 group_ptr -> tx_event_flags_group_current & flags_to_set; in _tx_event_flags_set()
192 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_set()
193 group_ptr -> tx_event_flags_group_current | flags_to_set; in _tx_event_flags_set()
229 current_event_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_set()
283 …group_ptr -> tx_event_flags_group_current = group_ptr -> tx_event_flags_group_current & (~request… in _tx_event_flags_set()
335 current_event_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_set()
373 … current_event_flags = current_event_flags | group_ptr -> tx_event_flags_group_current; in _tx_event_flags_set()
445 …group_ptr -> tx_event_flags_group_current = group_ptr -> tx_event_flags_group_current & ~requeste… in _tx_event_flags_set()
534 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_set()
[all …]
Dtx_event_flags_get.c123 …ACE_EVENT_FLAGS_GET, group_ptr, requested_flags, group_ptr -> tx_event_flags_group_current, get_op… in _tx_event_flags_get()
129 current_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_get()
175 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_get()
176 … group_ptr -> tx_event_flags_group_current & (~requested_flags); in _tx_event_flags_get()
265 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_get()
266 … group_ptr -> tx_event_flags_group_current & ~requested_flags; in _tx_event_flags_get()
Dtx_event_flags_info_get.c114 *current_flags = group_ptr -> tx_event_flags_group_current & in _tx_event_flags_info_get()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h821 ULONG tx_event_flags_group_current; member
/ThreadX-v6.2.1/common/inc/
Dtx_api.h800 ULONG tx_event_flags_group_current; member