/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_thread_priority_change.c | 11 static unsigned long thread_1_counter = 0; variable 180 if ((status != TX_SUCCESS) || (old_priority != 16) || (thread_1_counter != 0)) in thread_0_entry() 195 if ((status != TX_SUCCESS) || (old_priority != 16) || (thread_1_counter != 0)) in thread_0_entry() 207 if ((status != TX_SUCCESS) || (old_priority != 22) || (thread_1_counter != 0)) in thread_0_entry() 219 if ((status != TX_SUCCESS) || (old_priority != 7) || (thread_1_counter != 1)) in thread_0_entry() 232 if ((status != TX_SUCCESS) || (old_priority != 22) || (thread_1_counter != 1)) in thread_0_entry() 244 if ((status != TX_SUCCESS) || (old_priority != 21) || (thread_1_counter != 1)) in thread_0_entry() 256 if ((status != TX_SUCCESS) || (thread_1_counter != 1)) in thread_0_entry() 268 if ((status != TX_SUCCESS) || (old_priority != 19) || (thread_1_counter != 1)) in thread_0_entry() 280 …if ((status != TX_SUCCESS) || (old_priority != 8) || (thread_1_counter != 2) || (thread_2_counter … in thread_0_entry() [all …]
|
D | threadx_semaphore_ceiling_put_test.c | 9 static unsigned long thread_1_counter = 0; variable 172 if (thread_1_counter != 1) in thread_0_entry() 185 if ((status != TX_SUCCESS) || (thread_1_counter != 1)) in thread_0_entry() 197 if (thread_1_counter != 3) in thread_0_entry() 218 if ((status != TX_SUCCESS) || (thread_1_counter != 5) || (thread_2_counter != 3)) in thread_0_entry() 245 if ((status != TX_SUCCESS) || (thread_1_counter != 5)) in thread_0_entry() 257 if (thread_1_counter != 7) in thread_0_entry() 278 if ((status != TX_SUCCESS) || (thread_1_counter != 9) || (thread_2_counter != 5)) in thread_0_entry() 304 thread_1_counter++; in thread_1_entry() 311 thread_1_counter++; in thread_1_entry()
|
D | threadx_mutex_no_preemption_test.c | 10 static unsigned long thread_1_counter = 0; variable 116 if (thread_1_counter != 1) in thread_0_entry() 129 if ((status != TX_SUCCESS) || (thread_1_counter != 1)) in thread_0_entry() 141 if (thread_1_counter != 2) in thread_0_entry() 164 thread_1_counter++; in thread_1_entry() 171 thread_1_counter++; in thread_1_entry()
|
D | threadx_mutex_thread_terminate_test.c | 10 static unsigned long thread_1_counter = 0; variable 124 if ((thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 137 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 152 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 175 thread_1_counter++; in thread_1_entry() 181 thread_1_counter++; in thread_1_entry()
|
D | threadx_semaphore_non_preemption_test.c | 10 static unsigned long thread_1_counter = 0; variable 168 if (thread_1_counter != 1) in thread_0_entry() 181 if ((status != TX_SUCCESS) || (thread_1_counter != 1)) in thread_0_entry() 193 if (thread_1_counter != 3) in thread_0_entry() 214 if ((status != TX_SUCCESS) || (thread_1_counter != 5) || (thread_2_counter != 3)) in thread_0_entry() 240 thread_1_counter++; in thread_1_entry() 247 thread_1_counter++; in thread_1_entry()
|
D | threadx_mutex_preemption_test.c | 10 static unsigned long thread_1_counter = 0; variable 116 if (thread_1_counter != 1) in thread_0_entry() 129 if ((status != TX_SUCCESS) || (thread_1_counter != 2)) in thread_0_entry() 152 thread_1_counter++; in thread_1_entry() 159 thread_1_counter++; in thread_1_entry()
|
D | threadx_semaphore_thread_terminate_test.c | 10 static unsigned long thread_1_counter = 0; variable 154 if ((thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 167 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 182 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 203 thread_1_counter++; in thread_1_entry() 209 thread_1_counter++; in thread_1_entry()
|
D | threadx_semaphore_preemption_test.c | 10 static unsigned long thread_1_counter = 0; variable 134 if (thread_1_counter != 1) in thread_0_entry() 147 if ((status != TX_SUCCESS) || (thread_1_counter != 2)) in thread_0_entry() 170 thread_1_counter++; in thread_1_entry() 177 thread_1_counter++; in thread_1_entry()
|
D | threadx_thread_create_preemption_threshold_test.c | 9 static unsigned long thread_1_counter = 0; variable 98 if ((thread_1_counter) || (thread_2_counter)) in thread_0_entry() 112 if ((thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 130 thread_1_counter++; in thread_1_entry()
|
D | threadx_thread_relinquish_test.c | 9 static unsigned long thread_1_counter = 0; variable 114 if ((thread_input != 0) || (thread_1_counter) || (thread_2_counter) || in thread_0_entry() 135 thread_1_counter++; in thread_1_entry() 146 if ((thread_input != 2) || (thread_0_counter != 1) || (thread_1_counter != 1) || in thread_2_entry() 165 if ((thread_input != 3) || (thread_0_counter != 1) || (thread_1_counter != 1) || in thread_3_entry()
|
D | threadx_thread_preemption_change_test.c | 13 static unsigned long thread_1_counter = 0; variable 134 if ((status != TX_SUCCESS) || (thread_1_counter != 0) || (thread_2_counter != 0)) in thread_0_entry() 149 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 0) || in thread_0_entry() 162 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 0) || in thread_0_entry() 175 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 0) || in thread_0_entry() 189 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 334 thread_1_counter++; in thread_1_entry()
|
D | threadx_block_memory_suspension_test.c | 8 static unsigned long thread_1_counter = 0; variable 168 if ((status != TX_SUCCESS) || (thread_1_counter != 0)) in thread_0_entry() 180 if (thread_1_counter != 1) in thread_0_entry() 215 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 0)) in thread_0_entry() 230 if ((thread_1_counter != 3) || (thread_2_counter != 1)) in thread_0_entry() 268 thread_1_counter++; in thread_1_entry()
|
D | threadx_thread_sleep_terminate_test.c | 8 static unsigned long thread_1_counter = 0; variable 137 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (_tx_thread_preempt_disable)) in thread_0_entry() 173 thread_1_counter++; in thread_1_entry() 181 thread_1_counter = 0; /* Make an error! */ in thread_1_entry()
|
D | threadx_thread_multiple_suspension_test.c | 13 static unsigned long thread_1_counter = 0; variable 179 thread_1_counter++; in thread_1_entry() 255 if ((thread_0_counter != 1) || (thread_1_counter != 1) || in thread_5_entry() 280 if ((thread_0_counter != 1) || (thread_1_counter != 1) || in thread_5_entry() 304 if ((thread_0_counter != 1) || (thread_1_counter != 1) || in thread_5_entry() 328 if ((thread_0_counter != 1) || (thread_1_counter != 1) || in thread_5_entry() 352 if ((thread_0_counter != 1) || (thread_1_counter != 1) || in thread_5_entry() 376 if ((thread_0_counter != 1) || (thread_1_counter != 1) || in thread_5_entry() 401 if ((thread_0_counter != 2) || (thread_1_counter != 2) || in thread_5_entry()
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_semaphore_ceiling_put_test.c | 9 static unsigned long thread_1_counter = 0; variable 172 if (thread_1_counter != 1) in thread_0_entry() 185 if ((status != TX_SUCCESS) || (thread_1_counter != 1)) in thread_0_entry() 197 if (thread_1_counter != 3) in thread_0_entry() 218 if ((status != TX_SUCCESS) || (thread_1_counter != 5) || (thread_2_counter != 3)) in thread_0_entry() 245 if ((status != TX_SUCCESS) || (thread_1_counter != 5)) in thread_0_entry() 257 if (thread_1_counter != 7) in thread_0_entry() 278 if ((status != TX_SUCCESS) || (thread_1_counter != 9) || (thread_2_counter != 5)) in thread_0_entry() 304 thread_1_counter++; in thread_1_entry() 311 thread_1_counter++; in thread_1_entry()
|
D | threadx_mutex_no_preemption_test.c | 10 static unsigned long thread_1_counter = 0; variable 116 if (thread_1_counter != 1) in thread_0_entry() 129 if ((status != TX_SUCCESS) || (thread_1_counter != 1)) in thread_0_entry() 141 if (thread_1_counter != 2) in thread_0_entry() 164 thread_1_counter++; in thread_1_entry() 171 thread_1_counter++; in thread_1_entry()
|
D | threadx_thread_priority_change.c | 11 static unsigned long thread_1_counter = 0; variable 241 if ((status != TX_SUCCESS) || (old_priority != 16) || (thread_1_counter != 0)) in thread_0_entry() 256 if ((status != TX_SUCCESS) || (old_priority != 16) || (thread_1_counter != 0)) in thread_0_entry() 268 if ((status != TX_SUCCESS) || (old_priority != 22) || (thread_1_counter != 0)) in thread_0_entry() 280 if ((status != TX_SUCCESS) || (old_priority != 7) || (thread_1_counter != 1)) in thread_0_entry() 293 if ((status != TX_SUCCESS) || (old_priority != 22) || (thread_1_counter != 1)) in thread_0_entry() 305 if ((status != TX_SUCCESS) || (old_priority != 21) || (thread_1_counter != 1)) in thread_0_entry() 317 if ((status != TX_SUCCESS) || (thread_1_counter != 1)) in thread_0_entry() 329 if ((status != TX_SUCCESS) || (old_priority != 19) || (thread_1_counter != 1)) in thread_0_entry() 341 …if ((status != TX_SUCCESS) || (old_priority != 8) || (thread_1_counter != 2) || (thread_2_counter … in thread_0_entry() [all …]
|
D | threadx_mutex_thread_terminate_test.c | 10 static unsigned long thread_1_counter = 0; variable 124 if ((thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 137 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 152 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 175 thread_1_counter++; in thread_1_entry() 181 thread_1_counter++; in thread_1_entry()
|
D | threadx_semaphore_non_preemption_test.c | 10 static unsigned long thread_1_counter = 0; variable 168 if (thread_1_counter != 1) in thread_0_entry() 181 if ((status != TX_SUCCESS) || (thread_1_counter != 1)) in thread_0_entry() 193 if (thread_1_counter != 3) in thread_0_entry() 214 if ((status != TX_SUCCESS) || (thread_1_counter != 5) || (thread_2_counter != 3)) in thread_0_entry() 240 thread_1_counter++; in thread_1_entry() 247 thread_1_counter++; in thread_1_entry()
|
D | threadx_mutex_preemption_test.c | 10 static unsigned long thread_1_counter = 0; variable 116 if (thread_1_counter != 1) in thread_0_entry() 129 if ((status != TX_SUCCESS) || (thread_1_counter != 2)) in thread_0_entry() 152 thread_1_counter++; in thread_1_entry() 159 thread_1_counter++; in thread_1_entry()
|
D | threadx_semaphore_thread_terminate_test.c | 10 static unsigned long thread_1_counter = 0; variable 154 if ((thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 167 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 182 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 203 thread_1_counter++; in thread_1_entry() 209 thread_1_counter++; in thread_1_entry()
|
D | threadx_semaphore_preemption_test.c | 10 static unsigned long thread_1_counter = 0; variable 134 if (thread_1_counter != 1) in thread_0_entry() 147 if ((status != TX_SUCCESS) || (thread_1_counter != 2)) in thread_0_entry() 170 thread_1_counter++; in thread_1_entry() 177 thread_1_counter++; in thread_1_entry()
|
D | threadx_thread_create_preemption_threshold_test.c | 9 static unsigned long thread_1_counter = 0; variable 98 if ((thread_1_counter) || (thread_2_counter)) in thread_0_entry() 112 if ((thread_1_counter != 1) || (thread_2_counter != 1)) in thread_0_entry() 130 thread_1_counter++; in thread_1_entry()
|
D | threadx_block_memory_suspension_test.c | 8 static unsigned long thread_1_counter = 0; variable 168 if ((status != TX_SUCCESS) || (thread_1_counter != 0)) in thread_0_entry() 180 if (thread_1_counter != 1) in thread_0_entry() 215 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (thread_2_counter != 0)) in thread_0_entry() 230 if ((thread_1_counter != 3) || (thread_2_counter != 1)) in thread_0_entry() 268 thread_1_counter++; in thread_1_entry()
|
D | threadx_thread_sleep_terminate_test.c | 8 static unsigned long thread_1_counter = 0; variable 137 if ((status != TX_SUCCESS) || (thread_1_counter != 1) || (_tx_thread_preempt_disable)) in thread_0_entry() 173 thread_1_counter++; in thread_1_entry() 181 thread_1_counter = 0; /* Make an error! */ in thread_1_entry()
|