Home
last modified time | relevance | path

Searched refs:timer_executed (Results 1 – 16 of 16) sorted by relevance

/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_timer_simple_test.c45 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()
Dthreadx_semaphore_basic_test.c39 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()
Dthreadx_block_memory_basic_test.c46 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()
Dthreadx_event_flag_basic_test.c36 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()
Dthreadx_mutex_basic_test.c49 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()
Dthreadx_queue_basic_one_word_test.c23 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()
Dthreadx_thread_basic_execution_test.c51 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()
Dthreadx_byte_memory_basic_test.c58 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/
Dthreadx_semaphore_basic_test.c39 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()
Dthreadx_timer_simple_test.c45 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()
Dthreadx_block_memory_basic_test.c46 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()
Dthreadx_event_flag_basic_test.c36 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()
Dthreadx_mutex_basic_test.c49 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()
Dthreadx_queue_basic_one_word_test.c23 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()
Dthreadx_thread_basic_execution_test.c51 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()
Dthreadx_byte_memory_basic_test.c58 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()