Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_event_flags_set.c170 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_set()
171 group_ptr -> tx_event_flags_group_current & flags_to_set; in _tx_event_flags_set()
191 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_set()
192 group_ptr -> tx_event_flags_group_current | flags_to_set; in _tx_event_flags_set()
228 current_event_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_set()
282 …group_ptr -> tx_event_flags_group_current = group_ptr -> tx_event_flags_group_current & (~request… in _tx_event_flags_set()
334 current_event_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_set()
372 … current_event_flags = current_event_flags | group_ptr -> tx_event_flags_group_current; in _tx_event_flags_set()
444 …group_ptr -> tx_event_flags_group_current = group_ptr -> tx_event_flags_group_current & ~requeste… in _tx_event_flags_set()
533 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_set()
[all …]
Dtx_event_flags_get.c122 …ACE_EVENT_FLAGS_GET, group_ptr, requested_flags, group_ptr -> tx_event_flags_group_current, get_op… in _tx_event_flags_get()
128 current_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_get()
174 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_get()
175 … group_ptr -> tx_event_flags_group_current & (~requested_flags); in _tx_event_flags_get()
264 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_get()
265 … group_ptr -> tx_event_flags_group_current & ~requested_flags; in _tx_event_flags_get()
Dtx_event_flags_info_get.c113 *current_flags = group_ptr -> tx_event_flags_group_current & in _tx_event_flags_info_get()
/ThreadX-v6.4.1/common_smp/src/
Dtx_event_flags_set.c170 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_set()
171 group_ptr -> tx_event_flags_group_current & flags_to_set; in _tx_event_flags_set()
191 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_set()
192 group_ptr -> tx_event_flags_group_current | flags_to_set; in _tx_event_flags_set()
228 current_event_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_set()
282 …group_ptr -> tx_event_flags_group_current = group_ptr -> tx_event_flags_group_current & (~request… in _tx_event_flags_set()
334 current_event_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_set()
372 … current_event_flags = current_event_flags | group_ptr -> tx_event_flags_group_current; in _tx_event_flags_set()
444 …group_ptr -> tx_event_flags_group_current = group_ptr -> tx_event_flags_group_current & ~requeste… in _tx_event_flags_set()
533 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_set()
[all …]
Dtx_event_flags_get.c122 …ACE_EVENT_FLAGS_GET, group_ptr, requested_flags, group_ptr -> tx_event_flags_group_current, get_op… in _tx_event_flags_get()
128 current_flags = group_ptr -> tx_event_flags_group_current; in _tx_event_flags_get()
174 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_get()
175 … group_ptr -> tx_event_flags_group_current & (~requested_flags); in _tx_event_flags_get()
264 group_ptr -> tx_event_flags_group_current = in _tx_event_flags_get()
265 … group_ptr -> tx_event_flags_group_current & ~requested_flags; in _tx_event_flags_get()
Dtx_event_flags_info_get.c113 *current_flags = group_ptr -> tx_event_flags_group_current & in _tx_event_flags_info_get()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_event_flag_isr_wait_abort_test.c78 if (((event_flags_0.tx_event_flags_group_current & 0x3) == 0) && in test_isr()
Dthreadx_event_flag_isr_set_clear_test.c79 if (((event_flags_0.tx_event_flags_group_current & 0x3) == 0) && in test_isr()
Dthreadx_event_flag_information_test.c348 …if ((status != TX_SUCCESS) || (current_flags != group_0.tx_event_flags_group_current) || (first_su… in thread_0_entry()
Dtestcontrol.c1202 fake_event_flags.tx_event_flags_group_current = 0; in tx_application_define()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_event_flag_isr_wait_abort_test.c79 if (((event_flags_0.tx_event_flags_group_current & 0x3) == 0) && in test_isr()
Dthreadx_event_flag_isr_set_clear_test.c80 if (((event_flags_0.tx_event_flags_group_current & 0x3) == 0) && in test_isr()
Dthreadx_event_flag_information_test.c348 …if ((status != TX_SUCCESS) || (current_flags != group_0.tx_event_flags_group_current) || (first_su… in thread_0_entry()
Dtestcontrol.c1076 fake_event_flags.tx_event_flags_group_current = 0; in tx_application_define()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h840 ULONG tx_event_flags_group_current; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h819 ULONG tx_event_flags_group_current; member