Searched refs:_smp_randomized_source_array (Results 1 – 3 of 3) sorted by relevance
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_smp_random_resume_suspend_test.c | 1043 static TX_THREAD *_smp_randomized_source_array[] = { variable 2156 … status += tx_thread_create(_smp_randomized_source_array[i], "test thread", thread_entry, i, in control_thread_entry() 2208 thread_ptr = _smp_randomized_source_array[source_index]; in control_thread_entry() 2325 tx_thread_suspend(_smp_randomized_source_array[id]); in thread_entry()
|
| D | threadx_smp_random_resume_suspend_exclusion_test.c | 1043 static TX_THREAD *_smp_randomized_source_array[] = { variable 2160 … status += tx_thread_create(_smp_randomized_source_array[i], "test thread", thread_entry, i, in control_thread_entry() 2213 thread_ptr = _smp_randomized_source_array[source_index]; in control_thread_entry() 2353 thread_ptr = _smp_randomized_source_array[id]; in thread_entry()
|
| D | threadx_smp_random_resume_suspend_exclusion_pt_test.c | 1043 static TX_THREAD *_smp_randomized_source_array[] = { variable 2171 … status += tx_thread_create(_smp_randomized_source_array[i], "test thread", thread_entry, i, in control_thread_entry() 2274 thread_ptr = _smp_randomized_source_array[source_index]; in control_thread_entry() 2446 thread_ptr = _smp_randomized_source_array[id]; in thread_entry()
|