/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_timer_simple_test.c | 45 static unsigned long timer_executed = 0; variable 108 if (timer_executed == 0) in timer_entry() 112 timer_executed = 1; in timer_entry() 614 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_semaphore_basic_test.c | 39 static unsigned long timer_executed = 0; variable 114 timer_executed = 1; in timer_entry() 497 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_block_memory_basic_test.c | 46 static unsigned long timer_executed = 0; variable 110 timer_executed = 1; in timer_entry() 518 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_event_flag_basic_test.c | 36 static unsigned long timer_executed = 0; variable 116 timer_executed = 1; in timer_entry() 692 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_mutex_basic_test.c | 49 static unsigned long timer_executed = 0; variable 111 timer_executed = 1; in timer_entry() 593 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_queue_basic_one_word_test.c | 23 static unsigned long timer_executed = 0; variable 130 timer_executed = 1; in timer_entry() 821 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_thread_basic_execution_test.c | 51 static unsigned long timer_executed = 0; variable 118 timer_executed = 1; in timer_entry() 909 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_byte_memory_basic_test.c | 58 static unsigned long timer_executed = 0; variable 150 timer_executed = 1; in timer_entry() 918 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_semaphore_basic_test.c | 39 static unsigned long timer_executed = 0; variable 114 timer_executed = 1; in timer_entry() 497 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_timer_simple_test.c | 45 static unsigned long timer_executed = 0; variable 108 if (timer_executed == 0) in timer_entry() 112 timer_executed = 1; in timer_entry() 616 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_block_memory_basic_test.c | 46 static unsigned long timer_executed = 0; variable 110 timer_executed = 1; in timer_entry() 518 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_event_flag_basic_test.c | 36 static unsigned long timer_executed = 0; variable 116 timer_executed = 1; in timer_entry() 692 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_mutex_basic_test.c | 49 static unsigned long timer_executed = 0; variable 111 timer_executed = 1; in timer_entry() 593 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_queue_basic_one_word_test.c | 23 static unsigned long timer_executed = 0; variable 130 timer_executed = 1; in timer_entry() 821 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_thread_basic_execution_test.c | 51 static unsigned long timer_executed = 0; variable 106 timer_executed = 1; in timer_entry() 837 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|
D | threadx_byte_memory_basic_test.c | 58 static unsigned long timer_executed = 0; variable 150 timer_executed = 1; in timer_entry() 918 if ((error) || (timer_executed != 1) || (isr_executed != 1)) in thread_0_entry()
|