Home
last modified time | relevance | path

Searched refs:TX_AND_CLEAR (Results 1 – 19 of 19) sorted by relevance

/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_event_flag_suspension_timeout_test.c167 … status = tx_event_flags_get(&group_0, 0x00000001, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_0_entry()
221 status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, 2); in thread_1_entry()
245 status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, 5); in thread_2_entry()
Dthreadx_event_flag_suspension_different_bits_consume_test.c193 … status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
217 … status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_thread_terminate_test.c203 … status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
227 … status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_single_thread_terminate_test.c304 …status = tx_event_flags_get(&group_0, 0x000880000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
324 …status = tx_event_flags_get(&group_0, 0x000880000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_information_test.c167 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
253 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
Dthreadx_event_flag_suspension_consume_test.c226 … status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
Dthreadx_event_flag_basic_test.c523 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
609 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_event_flag_suspension_timeout_test.c167 … status = tx_event_flags_get(&group_0, 0x00000001, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_0_entry()
212 status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, 2); in thread_1_entry()
236 status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, 5); in thread_2_entry()
Dthreadx_event_flag_suspension_different_bits_consume_test.c193 … status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
217 … status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_thread_terminate_test.c203 … status = tx_event_flags_get(&group_0, 0x80000000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
227 … status = tx_event_flags_get(&group_0, 0x00008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_single_thread_terminate_test.c304 …status = tx_event_flags_get(&group_0, 0x000880000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
324 …status = tx_event_flags_get(&group_0, 0x000880000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_information_test.c167 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
253 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
Dthreadx_event_flag_suspension_consume_test.c226 … status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry()
Dthreadx_event_flag_basic_test.c523 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
609 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
/ThreadX-v6.4.1/common/src/
Dtxe_event_flags_get.c159 if (get_option > TX_AND_CLEAR) in _txe_event_flags_get()
/ThreadX-v6.4.1/common_smp/src/
Dtxe_event_flags_get.c159 if (get_option > TX_AND_CLEAR) in _txe_event_flags_get()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c2152 get_option = TX_AND_CLEAR; in xEventGroupWaitBits()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h160 #define TX_AND_CLEAR ((UINT) 3) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h159 #define TX_AND_CLEAR ((UINT) 3) macro