Home
last modified time | relevance | path

Searched refs:TX_OR_CLEAR (Results 1 – 25 of 231) sorted by relevance

12345678910

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_event_flag_isr_set_clear_test.c114 status += tx_event_flags_get(&event_flags_0, 0x000000C0, TX_OR_CLEAR, &actual, TX_NO_WAIT); in test_isr()
252 status = tx_event_flags_get(&event_flags_0, 2, TX_OR_CLEAR, &actual, 4); in thread_0_entry()
318 status = tx_event_flags_get(&event_flags_0, 1, TX_OR_CLEAR, &actual, 4); in thread_1_entry()
Dthreadx_event_flag_information_test.c179 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
265 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
291 status = tx_event_flags_get(&group_0, 0x00008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
303 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
Dthreadx_event_flag_isr_wait_abort_test.c226 status = tx_event_flags_get(&event_flags_0, 2, TX_OR_CLEAR, &actual, 4); in thread_0_entry()
292 status = tx_event_flags_get(&event_flags_0, 1, TX_OR_CLEAR, &actual, 4); in thread_1_entry()
Dthreadx_event_flag_basic_test.c535 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
621 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
647 status = tx_event_flags_get(&group_0, 0x00008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
659 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
Dthreadx_event_flag_single_thread_terminate_test.c314 … status = tx_event_flags_get(&group_0, 0x000880000, TX_OR_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_suspension_test.c343 … status = tx_event_flags_get(&group_0, 0x00000001, TX_OR_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_4_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_event_flag_isr_set_clear_test.c115 status += tx_event_flags_get(&event_flags_0, 0x000000C0, TX_OR_CLEAR, &actual, TX_NO_WAIT); in test_isr()
253 status = tx_event_flags_get(&event_flags_0, 2, TX_OR_CLEAR, &actual, 4); in thread_0_entry()
319 status = tx_event_flags_get(&event_flags_0, 1, TX_OR_CLEAR, &actual, 4); in thread_1_entry()
Dthreadx_event_flag_information_test.c179 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
265 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
291 status = tx_event_flags_get(&group_0, 0x00008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
303 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
Dthreadx_event_flag_basic_test.c535 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
621 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
647 status = tx_event_flags_get(&group_0, 0x00008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
659 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry()
Dthreadx_event_flag_isr_wait_abort_test.c227 status = tx_event_flags_get(&event_flags_0, 2, TX_OR_CLEAR, &actual, 4); in thread_0_entry()
293 status = tx_event_flags_get(&event_flags_0, 1, TX_OR_CLEAR, &actual, 4); in thread_1_entry()
Dthreadx_event_flag_single_thread_terminate_test.c314 … status = tx_event_flags_get(&group_0, 0x000880000, TX_OR_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_event_flag_suspension_test.c343 … status = tx_event_flags_get(&group_0, 0x00000001, TX_OR_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_4_entry()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sig_wait.c164 …base_thread -> signals.signal_event_flags), (ULONG) set -> signal_set, TX_OR_CLEAR, &signal_bit_ma… in sigwait()
/ThreadX-v6.4.1/ports/cortex_m3/keil/example_build/
Dsample_threadx.c255 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()
/ThreadX-v6.4.1/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c255 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()
/ThreadX-v6.4.1/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx.c308 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()
/ThreadX-v6.4.1/ports_module/cortex_m7/ac6/example_build/sample_threadx/
Dsample_threadx.c309 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()
/ThreadX-v6.4.1/ports_module/cortex_m7/iar/example_build/
Dsample_threadx.c320 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()
/ThreadX-v6.4.1/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c313 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()
/ThreadX-v6.4.1/ports_module/cortex_r4/iar/example_build/
Dsample_threadx.c315 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()
/ThreadX-v6.4.1/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx.c308 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()
/ThreadX-v6.4.1/ports_module/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c309 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()
/ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dsample_threadx.c312 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()
/ThreadX-v6.4.1/ports_module/cortex_m0+/gnu/example_build/sample_threadx/
Dsample_threadx.c309 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()
/ThreadX-v6.4.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx/
Dsample_threadx.c309 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()

12345678910