Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/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.2.1/common_smp/inc/
Dtx_thread.h1176 TX_THREAD *last_thread; in _tx_thread_smp_remap_solution_find() local
1184 last_thread = TX_NULL; in _tx_thread_smp_remap_solution_find()
1257 last_thread = thread_ptr; in _tx_thread_smp_remap_solution_find()
1295 if (last_thread != TX_NULL) in _tx_thread_smp_remap_solution_find()
1299 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
1335 _tx_thread_smp_schedule_list[core] = last_thread; in _tx_thread_smp_remap_solution_find()
1338 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()