Home
last modified time | relevance | path

Searched refs:test_possible_cores (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_rebalance_execute_list.c106 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()
Dtx_thread_system_resume.c125 ULONG test_possible_cores; in _tx_thread_system_resume() local
638test_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()
803test_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()
Dtx_thread_system_suspend.c117 ULONG test_possible_cores; in _tx_thread_system_suspend() local
774test_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()
Dtx_thread_smp_utilities.c642 …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/
Dtx_thread.h1167 …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);