Home
last modified time | relevance | path

Searched refs:tx_event_flags_set (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_event_flag_isr_set_clear_test.c85 status = tx_event_flags_set(&event_flags_0, 0x3, TX_OR); in test_isr()
88 status += tx_event_flags_set(&event_flags_0, 0xFFFFFFFC, TX_AND); in test_isr()
91 status += tx_event_flags_set(&event_flags_0, 0x30000, TX_OR); in test_isr()
94 status += tx_event_flags_set(&event_flags_0, 0xFFFEFFFF, TX_AND); in test_isr()
97 status += tx_event_flags_set(&event_flags_0, 0xFFFDFFFC, TX_AND); in test_isr()
111 status = tx_event_flags_set(&event_flags_0, 0x000000C0, TX_OR); in test_isr()
343 tx_event_flags_set(&event_flags_0, 0x4, TX_OR); in thread_2_entry()
Dthreadx_event_flag_suspension_different_bits_test.c148 status = tx_event_flags_set(&group_0, 0x80000000, TX_OR); in thread_0_entry()
161 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
200 tx_event_flags_set(&group_0, 0x7FFFFFFF, TX_AND); in thread_1_entry()
227 tx_event_flags_set(&group_0, 0xFFFF7FFF, TX_AND); in thread_2_entry()
Dthreadx_event_flag_single_thread_terminate_test.c180 status = tx_event_flags_set(&group_0, 0x00080000, TX_OR); in thread_0_entry()
195 status = tx_event_flags_set(&group_0, 0x00800000, TX_OR); in thread_0_entry()
213 status = tx_event_flags_set(&group_0, 0x00000001, TX_OR); in thread_0_entry()
228 status = tx_event_flags_set(&group_0, 0x00080001, TX_OR); in thread_0_entry()
Dthreadx_event_flag_basic_test.c436 status = tx_event_flags_set(TX_NULL, 0x80008000, TX_OR); in thread_0_entry()
449 status = tx_event_flags_set(&group_2, 0x80008000, TX_OR); in thread_0_entry()
461 status = tx_event_flags_set(&group_0, 0x80008000, 14); in thread_0_entry()
547 status = tx_event_flags_set(&group_0, 0x80008000, TX_OR); in thread_0_entry()
559 status = tx_event_flags_set(&group_0, 0x80000000, TX_AND); in thread_0_entry()
571 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
635 status = tx_event_flags_set(&group_0, 0x80008000, TX_OR); in thread_0_entry()
Dthreadx_event_flag_suspension_test.c186 status = tx_event_flags_set(&group_0, event_flag, TX_OR); in thread_0_entry()
222 status = tx_event_flags_set(&group_0, 0x0, TX_AND); in thread_0_entry()
237 status = tx_event_flags_set(&group_0, 0x1, TX_OR); in thread_0_entry()
276 tx_event_flags_set(&group_0, 0, TX_AND); in thread_1_entry()
Dthreadx_event_flag_suspension_different_bits_consume_test.c148 status = tx_event_flags_set(&group_0, 0x80000000, TX_OR); in thread_0_entry()
161 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
Dthreadx_event_flag_information_test.c191 status = tx_event_flags_set(&group_0, 0x80008000, TX_OR); in thread_0_entry()
203 status = tx_event_flags_set(&group_0, 0x80000000, TX_AND); in thread_0_entry()
215 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
279 status = tx_event_flags_set(&group_0, 0x80008000, TX_OR); in thread_0_entry()
Dthreadx_event_flag_suspension_timeout_test.c155 tx_event_flags_set(&group_0, 0x00000001, TX_OR); in thread_0_entry()
160 tx_event_flags_set(&group_0, 0x00000002, TX_OR); in thread_0_entry()
Dthreadx_event_flag_isr_wait_abort_test.c84 status = tx_event_flags_set(&event_flags_0, 0x4, TX_OR); in test_isr()
317 tx_event_flags_set(&event_flags_0, 0x4, TX_OR); in thread_2_entry()
Dthreadx_event_flag_thread_terminate_test.c172 status = tx_event_flags_set(&group_0, 0xFFFFFFFF, TX_OR); in thread_0_entry()
Dthreadx_event_flag_suspension_consume_test.c170 status = tx_event_flags_set(&group_0, event_flag, TX_OR); in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_event_flag_isr_set_clear_test.c84 status = tx_event_flags_set(&event_flags_0, 0x3, TX_OR); in test_isr()
87 status += tx_event_flags_set(&event_flags_0, 0xFFFFFFFC, TX_AND); in test_isr()
90 status += tx_event_flags_set(&event_flags_0, 0x30000, TX_OR); in test_isr()
93 status += tx_event_flags_set(&event_flags_0, 0xFFFEFFFF, TX_AND); in test_isr()
96 status += tx_event_flags_set(&event_flags_0, 0xFFFDFFFC, TX_AND); in test_isr()
110 status = tx_event_flags_set(&event_flags_0, 0x000000C0, TX_OR); in test_isr()
342 tx_event_flags_set(&event_flags_0, 0x4, TX_OR); in thread_2_entry()
Dthreadx_event_flag_suspension_different_bits_test.c148 status = tx_event_flags_set(&group_0, 0x80000000, TX_OR); in thread_0_entry()
161 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
200 tx_event_flags_set(&group_0, 0x7FFFFFFF, TX_AND); in thread_1_entry()
227 tx_event_flags_set(&group_0, 0xFFFF7FFF, TX_AND); in thread_2_entry()
Dthreadx_event_flag_single_thread_terminate_test.c180 status = tx_event_flags_set(&group_0, 0x00080000, TX_OR); in thread_0_entry()
195 status = tx_event_flags_set(&group_0, 0x00800000, TX_OR); in thread_0_entry()
213 status = tx_event_flags_set(&group_0, 0x00000001, TX_OR); in thread_0_entry()
228 status = tx_event_flags_set(&group_0, 0x00080001, TX_OR); in thread_0_entry()
Dthreadx_event_flag_basic_test.c436 status = tx_event_flags_set(TX_NULL, 0x80008000, TX_OR); in thread_0_entry()
449 status = tx_event_flags_set(&group_2, 0x80008000, TX_OR); in thread_0_entry()
461 status = tx_event_flags_set(&group_0, 0x80008000, 14); in thread_0_entry()
547 status = tx_event_flags_set(&group_0, 0x80008000, TX_OR); in thread_0_entry()
559 status = tx_event_flags_set(&group_0, 0x80000000, TX_AND); in thread_0_entry()
571 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
635 status = tx_event_flags_set(&group_0, 0x80008000, TX_OR); in thread_0_entry()
Dthreadx_event_flag_suspension_test.c186 status = tx_event_flags_set(&group_0, event_flag, TX_OR); in thread_0_entry()
222 status = tx_event_flags_set(&group_0, 0x0, TX_AND); in thread_0_entry()
237 status = tx_event_flags_set(&group_0, 0x1, TX_OR); in thread_0_entry()
276 tx_event_flags_set(&group_0, 0, TX_AND); in thread_1_entry()
Dthreadx_event_flag_suspension_different_bits_consume_test.c148 status = tx_event_flags_set(&group_0, 0x80000000, TX_OR); in thread_0_entry()
161 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
Dthreadx_event_flag_information_test.c191 status = tx_event_flags_set(&group_0, 0x80008000, TX_OR); in thread_0_entry()
203 status = tx_event_flags_set(&group_0, 0x80000000, TX_AND); in thread_0_entry()
215 status = tx_event_flags_set(&group_0, 0x00008000, TX_OR); in thread_0_entry()
279 status = tx_event_flags_set(&group_0, 0x80008000, TX_OR); in thread_0_entry()
Dthreadx_event_flag_isr_wait_abort_test.c83 status = tx_event_flags_set(&event_flags_0, 0x4, TX_OR); in test_isr()
316 tx_event_flags_set(&event_flags_0, 0x4, TX_OR); in thread_2_entry()
Dthreadx_event_flag_suspension_timeout_test.c155 tx_event_flags_set(&group_0, 0x00000001, TX_OR); in thread_0_entry()
160 tx_event_flags_set(&group_0, 0x00000002, TX_OR); in thread_0_entry()
Dthreadx_event_flag_thread_terminate_test.c172 status = tx_event_flags_set(&group_0, 0xFFFFFFFF, TX_OR); in thread_0_entry()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_internal_signal_dispatch.c118 tx_event_flags_set(&(target_thread -> signals.signal_event_flags), (((ULONG) 1) << id), TX_OR); in internal_signal_dispatch()
121tx_event_flags_set(&(target_thread -> signals.signal_event_flags), ~(((ULONG) 1) << id), TX_AND); in internal_signal_dispatch()
Dpx_pth_once.c105 tx_event_flags_set(&(once_control->event), PTH_ONCE_INIT, TX_AND); in pthread_once()
Dpx_pth_kill.c134tx_event_flags_set(&(target_thread -> signals.signal_event_flags), (((ULONG) 1) << sig), TX_OR); in pthread_kill()
137tx_event_flags_set(&(target_thread -> signals.signal_event_flags), ~(((ULONG) 1) << sig), TX_AND); in pthread_kill()
/ThreadX-v6.3.0/ports/cortex_m3/keil/example_build/
Dsample_threadx.c141 status = tx_event_flags_set(&event_flags_0, 0x1, TX_OR); in thread_0_entry()

12345678910>>...13