Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_utilities.c652 TX_THREAD *last_thread; in _tx_thread_smp_remap_solution_find() local
660 last_thread = TX_NULL; in _tx_thread_smp_remap_solution_find()
733 last_thread = thread_ptr; in _tx_thread_smp_remap_solution_find()
771 if (last_thread != TX_NULL) in _tx_thread_smp_remap_solution_find()
775 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
811 _tx_thread_smp_schedule_list[core] = last_thread; in _tx_thread_smp_remap_solution_find()
814 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h1177 TX_THREAD *last_thread; in _tx_thread_smp_remap_solution_find() local
1185 last_thread = TX_NULL; in _tx_thread_smp_remap_solution_find()
1258 last_thread = thread_ptr; in _tx_thread_smp_remap_solution_find()
1296 if (last_thread != TX_NULL) in _tx_thread_smp_remap_solution_find()
1300 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
1336 _tx_thread_smp_schedule_list[core] = last_thread; in _tx_thread_smp_remap_solution_find()
1339 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()