| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_event_flag_basic_test.c | 106 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, 100); in timer_entry() 153 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, 100); in test_isr() 387 status = tx_event_flags_get(TX_NULL, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry() 400 status = tx_event_flags_get(&group_2, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry() 412 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, TX_NULL, TX_NO_WAIT); in thread_0_entry() 424 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, TX_NO_WAIT); in thread_0_entry() 499 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry() 511 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR, &actual_events, TX_NO_WAIT); in thread_0_entry() 523 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry() 535 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry() [all …]
|
| D | threadx_event_flag_information_test.c | 143 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry() 155 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR, &actual_events, TX_NO_WAIT); in thread_0_entry() 167 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry() 179 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry() 229 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry() 241 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR, &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() 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()
|
| D | threadx_event_flag_isr_set_clear_test.c | 104 status = tx_event_flags_get(&event_flags_0, 0x30000, TX_OR, &actual, TX_NO_WAIT); in test_isr() 113 status += tx_event_flags_get(&event_flags_0, 0x00000080, TX_OR, &actual, TX_NO_WAIT); in test_isr() 115 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()
|
| D | threadx_event_flag_suspension_timeout_test.c | 167 … 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() 269 status = tx_event_flags_get(&group_0, 0x00000002, TX_AND, &actual_events, 5); in thread_3_entry()
|
| D | threadx_event_flag_suspension_test.c | 269 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_1_entry() 296 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry() 320 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_3_entry() 343 … status = tx_event_flags_get(&group_0, 0x00000001, TX_OR_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_4_entry()
|
| D | threadx_event_flag_suspension_consume_test.c | 226 … status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry() 250 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry() 274 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_3_entry()
|
| D | threadx_event_flag_single_thread_terminate_test.c | 304 …status = tx_event_flags_get(&group_0, 0x000880000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry() 314 … status = tx_event_flags_get(&group_0, 0x000880000, TX_OR_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()
|
| D | threadx_event_flag_suspension_different_bits_consume_test.c | 193 … 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()
|
| D | threadx_event_flag_thread_terminate_test.c | 203 … 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()
|
| D | threadx_event_flag_suspension_different_bits_test.c | 193 status = tx_event_flags_get(&group_0, 0x80000000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_1_entry() 220 status = tx_event_flags_get(&group_0, 0x00008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
|
| D | threadx_event_flag_isr_wait_abort_test.c | 227 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()
|
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_event_flag_basic_test.c | 106 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, 100); in timer_entry() 153 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, 100); in test_isr() 387 status = tx_event_flags_get(TX_NULL, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry() 400 status = tx_event_flags_get(&group_2, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry() 412 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, TX_NULL, TX_NO_WAIT); in thread_0_entry() 424 status = tx_event_flags_get(&group_0, 0x80008000, 14, &actual_events, TX_NO_WAIT); in thread_0_entry() 499 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry() 511 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR, &actual_events, TX_NO_WAIT); in thread_0_entry() 523 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry() 535 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry() [all …]
|
| D | threadx_event_flag_information_test.c | 143 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry() 155 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR, &actual_events, TX_NO_WAIT); in thread_0_entry() 167 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry() 179 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR_CLEAR, &actual_events, TX_NO_WAIT); in thread_0_entry() 229 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_NO_WAIT); in thread_0_entry() 241 status = tx_event_flags_get(&group_0, 0x80008000, TX_OR, &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() 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()
|
| D | threadx_event_flag_isr_set_clear_test.c | 103 status = tx_event_flags_get(&event_flags_0, 0x30000, TX_OR, &actual, TX_NO_WAIT); in test_isr() 112 status += tx_event_flags_get(&event_flags_0, 0x00000080, TX_OR, &actual, TX_NO_WAIT); in test_isr() 114 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()
|
| D | threadx_event_flag_suspension_timeout_test.c | 167 … 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() 260 status = tx_event_flags_get(&group_0, 0x00000002, TX_AND, &actual_events, 5); in thread_3_entry()
|
| D | threadx_event_flag_suspension_test.c | 269 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_1_entry() 296 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry() 320 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_3_entry() 343 … status = tx_event_flags_get(&group_0, 0x00000001, TX_OR_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_4_entry()
|
| D | threadx_event_flag_suspension_consume_test.c | 226 … status = tx_event_flags_get(&group_0, 0x80008000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_1_entry() 250 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry() 274 status = tx_event_flags_get(&group_0, 0x80008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_3_entry()
|
| D | threadx_event_flag_single_thread_terminate_test.c | 304 …status = tx_event_flags_get(&group_0, 0x000880000, TX_AND_CLEAR, &actual_events, TX_WAIT_FOREVER); in thread_2_entry() 314 … status = tx_event_flags_get(&group_0, 0x000880000, TX_OR_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()
|
| D | threadx_event_flag_suspension_different_bits_consume_test.c | 193 … 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()
|
| D | threadx_event_flag_thread_terminate_test.c | 203 … 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()
|
| D | threadx_event_flag_suspension_different_bits_test.c | 193 status = tx_event_flags_get(&group_0, 0x80000000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_1_entry() 220 status = tx_event_flags_get(&group_0, 0x00008000, TX_AND, &actual_events, TX_WAIT_FOREVER); in thread_2_entry()
|
| D | threadx_event_flag_isr_wait_abort_test.c | 226 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()
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_once.c | 114 …tx_event_flags_get(&(once_control->event), PTH_ONCE_INIT, TX_AND, &(once_control->flags) ,TX_WAIT_… in pthread_once()
|
| D | px_sig_wait.c | 164 …status = tx_event_flags_get(&(base_thread -> signals.signal_event_flags), (ULONG) set -> signal_s… in sigwait()
|
| /ThreadX-v6.4.1/ports/cortex_m3/keil/example_build/ |
| D | sample_threadx.c | 255 status = tx_event_flags_get(&event_flags_0, 0x1, TX_OR_CLEAR, in thread_5_entry()
|