| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_event_flag_isr_set_clear_test.c | 85 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()
|
| D | threadx_event_flag_suspension_different_bits_test.c | 148 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()
|
| D | threadx_event_flag_single_thread_terminate_test.c | 180 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()
|
| D | threadx_event_flag_basic_test.c | 436 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()
|
| D | threadx_event_flag_suspension_test.c | 186 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()
|
| D | threadx_event_flag_suspension_different_bits_consume_test.c | 148 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()
|
| D | threadx_event_flag_information_test.c | 191 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()
|
| D | threadx_event_flag_suspension_timeout_test.c | 155 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()
|
| D | threadx_event_flag_isr_wait_abort_test.c | 84 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()
|
| D | threadx_event_flag_thread_terminate_test.c | 172 status = tx_event_flags_set(&group_0, 0xFFFFFFFF, TX_OR); in thread_0_entry()
|
| D | threadx_event_flag_suspension_consume_test.c | 170 status = tx_event_flags_set(&group_0, event_flag, TX_OR); in thread_0_entry()
|
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_event_flag_isr_set_clear_test.c | 84 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()
|
| D | threadx_event_flag_suspension_different_bits_test.c | 148 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()
|
| D | threadx_event_flag_single_thread_terminate_test.c | 180 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()
|
| D | threadx_event_flag_basic_test.c | 436 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()
|
| D | threadx_event_flag_suspension_test.c | 186 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()
|
| D | threadx_event_flag_suspension_different_bits_consume_test.c | 148 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()
|
| D | threadx_event_flag_information_test.c | 191 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()
|
| D | threadx_event_flag_suspension_timeout_test.c | 155 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()
|
| D | threadx_event_flag_isr_wait_abort_test.c | 83 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()
|
| D | threadx_event_flag_thread_terminate_test.c | 172 status = tx_event_flags_set(&group_0, 0xFFFFFFFF, TX_OR); in thread_0_entry()
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_internal_signal_dispatch.c | 117 tx_event_flags_set(&(target_thread -> signals.signal_event_flags), (((ULONG) 1) << id), TX_OR); in internal_signal_dispatch() 120 … tx_event_flags_set(&(target_thread -> signals.signal_event_flags), ~(((ULONG) 1) << id), TX_AND); in internal_signal_dispatch()
|
| D | px_pth_once.c | 104 tx_event_flags_set(&(once_control->event), PTH_ONCE_INIT, TX_AND); in pthread_once()
|
| D | px_pth_kill.c | 133 … tx_event_flags_set(&(target_thread -> signals.signal_event_flags), (((ULONG) 1) << sig), TX_OR); in pthread_kill() 136 … tx_event_flags_set(&(target_thread -> signals.signal_event_flags), ~(((ULONG) 1) << sig), TX_AND); in pthread_kill()
|
| /ThreadX-v6.4.1/ports/cortex_m3/keil/example_build/ |
| D | sample_threadx.c | 141 status = tx_event_flags_set(&event_flags_0, 0x1, TX_OR); in thread_0_entry()
|