Searched refs:_tx_thread_smp_remap_solution_find (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_system_resume.c | 642 …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()
|
| D | tx_thread_smp_rebalance_execute_list.c | 364 …core = _tx_thread_smp_remap_solution_find(schedule_thread, available_cores, thread_possible_cores… in _tx_thread_smp_rebalance_execute_list()
|
| D | tx_thread_system_suspend.c | 778 …core = _tx_thread_smp_remap_solution_find(next_thread, available_cores, thread_possible_cores, te… in _tx_thread_system_suspend()
|
| D | tx_thread_smp_utilities.c | 643 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/ |
| D | tx_thread.h | 1168 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/ |
| D | testcontrol.c | 1275 _tx_thread_smp_remap_solution_find(&init_test_thread, 1, 1, 1); in tx_application_define()
|