Searched refs:test_possible_cores (Results 1 – 5 of 5) sorted by relevance
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_thread_smp_rebalance_execute_list.c | 106 ULONG test_possible_cores; in _tx_thread_smp_rebalance_execute_list() local 360 test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_smp_rebalance_execute_list() 363 …_remap_solution_find(schedule_thread, available_cores, thread_possible_cores, test_possible_cores); in _tx_thread_smp_rebalance_execute_list()
|
D | tx_thread_system_resume.c | 125 ULONG test_possible_cores; in _tx_thread_system_resume() local 638 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_resume() 641 …d_smp_remap_solution_find(thread_ptr, available_cores, thread_possible_cores, test_possible_cores); in _tx_thread_system_resume() 803 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_resume() 806 …d_smp_remap_solution_find(thread_ptr, available_cores, thread_possible_cores, test_possible_cores); in _tx_thread_system_resume()
|
D | tx_thread_system_suspend.c | 117 ULONG test_possible_cores; in _tx_thread_system_suspend() local 774 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_suspend() 777 …_smp_remap_solution_find(next_thread, available_cores, thread_possible_cores, test_possible_cores); in _tx_thread_system_suspend()
|
D | tx_thread_smp_utilities.c | 642 …AD *schedule_thread, ULONG available_cores, ULONG thread_possible_cores, ULONG test_possible_cores) in _tx_thread_smp_remap_solution_find() argument 721 thread_possible_cores = test_possible_cores & thread_possible_cores; in _tx_thread_smp_remap_solution_find() 742 test_possible_cores = test_possible_cores & ~(thread_possible_cores); in _tx_thread_smp_remap_solution_find()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_thread.h | 1167 …AD *schedule_thread, ULONG available_cores, ULONG thread_possible_cores, ULONG test_possible_cores) in _tx_thread_smp_remap_solution_find() argument 1246 thread_possible_cores = test_possible_cores & thread_possible_cores; in _tx_thread_smp_remap_solution_find() 1267 test_possible_cores = test_possible_cores & ~(thread_possible_cores); in _tx_thread_smp_remap_solution_find() 1671 …D *schedule_thread, ULONG available_cores, ULONG thread_possible_cores, ULONG test_possible_cores);
|