Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_utilities.c653 TX_THREAD *last_thread; in _tx_thread_smp_remap_solution_find() local
661 last_thread = TX_NULL; in _tx_thread_smp_remap_solution_find()
734 last_thread = thread_ptr; in _tx_thread_smp_remap_solution_find()
772 if (last_thread != TX_NULL) in _tx_thread_smp_remap_solution_find()
776 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
812 _tx_thread_smp_schedule_list[core] = last_thread; in _tx_thread_smp_remap_solution_find()
815 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h1178 TX_THREAD *last_thread; in _tx_thread_smp_remap_solution_find() local
1186 last_thread = TX_NULL; in _tx_thread_smp_remap_solution_find()
1259 last_thread = thread_ptr; in _tx_thread_smp_remap_solution_find()
1297 if (last_thread != TX_NULL) in _tx_thread_smp_remap_solution_find()
1301 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
1337 _tx_thread_smp_schedule_list[core] = last_thread; in _tx_thread_smp_remap_solution_find()
1340 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()