Home
last modified time | relevance | path

Searched refs:thread_remap_list (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_utilities.c654 TX_THREAD *thread_remap_list[TX_THREAD_SMP_MAX_CORES]; in _tx_thread_smp_remap_solution_find() local
674 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
696 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
757 thread_remap_list[core] = thread_ptr; in _tx_thread_smp_remap_solution_find()
779 thread_ptr = thread_remap_list[core]; in _tx_thread_smp_remap_solution_find()
798 thread_ptr = thread_remap_list[core]; in _tx_thread_smp_remap_solution_find()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h1179 TX_THREAD *thread_remap_list[TX_THREAD_SMP_MAX_CORES]; in _tx_thread_smp_remap_solution_find() local
1199 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
1221 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
1282 thread_remap_list[core] = thread_ptr; in _tx_thread_smp_remap_solution_find()
1304 thread_ptr = thread_remap_list[core]; in _tx_thread_smp_remap_solution_find()
1323 thread_ptr = thread_remap_list[core]; in _tx_thread_smp_remap_solution_find()