Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_utilities.c653 TX_THREAD *thread_remap_list[TX_THREAD_SMP_MAX_CORES]; in _tx_thread_smp_remap_solution_find() local
673 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
695 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
756 thread_remap_list[core] = thread_ptr; in _tx_thread_smp_remap_solution_find()
778 thread_ptr = thread_remap_list[core]; in _tx_thread_smp_remap_solution_find()
797 thread_ptr = thread_remap_list[core]; in _tx_thread_smp_remap_solution_find()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h1178 TX_THREAD *thread_remap_list[TX_THREAD_SMP_MAX_CORES]; in _tx_thread_smp_remap_solution_find() local
1198 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
1220 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
1281 thread_remap_list[core] = thread_ptr; in _tx_thread_smp_remap_solution_find()
1303 thread_ptr = thread_remap_list[core]; in _tx_thread_smp_remap_solution_find()
1322 thread_ptr = thread_remap_list[core]; in _tx_thread_smp_remap_solution_find()