Searched refs:_tx_thread_smp_remap_solution_find (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_thread_system_resume.c | 641 …core = _tx_thread_smp_remap_solution_find(thread_ptr, available_cores, thread_possible_cores, tes… in _tx_thread_system_resume() 806 …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 | 363 …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 | 777 …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 | 642 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.4.1/common_smp/inc/ |
| D | tx_thread.h | 1167 static INLINE_DECLARE UINT _tx_thread_smp_remap_solution_find(TX_THREAD *schedule_thread, ULONG av… in _tx_thread_smp_remap_solution_find() function 1671 UINT _tx_thread_smp_remap_solution_find(TX_THREAD *schedule_thread, ULONG available_cores, ULONG …
|
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | testcontrol.c | 1275 _tx_thread_smp_remap_solution_find(&init_test_thread, 1, 1, 1); in tx_application_define()
|