Home
last modified time | relevance | path

Searched refs:_tx_thread_smp_remap_solution_find (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_system_resume.c642 …core = _tx_thread_smp_remap_solution_find(thread_ptr, available_cores, thread_possible_cores, tes… in _tx_thread_system_resume()
807 …core = _tx_thread_smp_remap_solution_find(thread_ptr, available_cores, thread_possible_cores, tes… in _tx_thread_system_resume()
Dtx_thread_smp_rebalance_execute_list.c364 …core = _tx_thread_smp_remap_solution_find(schedule_thread, available_cores, thread_possible_cores… in _tx_thread_smp_rebalance_execute_list()
Dtx_thread_system_suspend.c778 …core = _tx_thread_smp_remap_solution_find(next_thread, available_cores, thread_possible_cores, te… in _tx_thread_system_suspend()
Dtx_thread_smp_utilities.c643 UINT _tx_thread_smp_remap_solution_find(TX_THREAD *schedule_thread, ULONG available_cores, ULONG t… in _tx_thread_smp_remap_solution_find() function
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h1168 static INLINE_DECLARE UINT _tx_thread_smp_remap_solution_find(TX_THREAD *schedule_thread, ULONG av… in _tx_thread_smp_remap_solution_find() function
1672 UINT _tx_thread_smp_remap_solution_find(TX_THREAD *schedule_thread, ULONG available_cores, ULONG …
/ThreadX-v6.3.0/test/smp/regression/
Dtestcontrol.c1275 _tx_thread_smp_remap_solution_find(&init_test_thread, 1, 1, 1); in tx_application_define()