Searched refs:test_possible_cores (Results 1 – 5 of 5) sorted by relevance
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_smp_rebalance_execute_list.c | 107 ULONG test_possible_cores; in _tx_thread_smp_rebalance_execute_list() local 361 test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_smp_rebalance_execute_list() 364 …_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 | 126 ULONG test_possible_cores; in _tx_thread_system_resume() local 639 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_resume() 642 …d_smp_remap_solution_find(thread_ptr, available_cores, thread_possible_cores, test_possible_cores); in _tx_thread_system_resume() 804 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_resume() 807 …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 | 118 ULONG test_possible_cores; in _tx_thread_system_suspend() local 775 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_suspend() 778 …_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 | 643 …AD *schedule_thread, ULONG available_cores, ULONG thread_possible_cores, ULONG test_possible_cores) in _tx_thread_smp_remap_solution_find() argument 722 thread_possible_cores = test_possible_cores & thread_possible_cores; in _tx_thread_smp_remap_solution_find() 743 test_possible_cores = test_possible_cores & ~(thread_possible_cores); in _tx_thread_smp_remap_solution_find()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_thread.h | 1168 …AD *schedule_thread, ULONG available_cores, ULONG thread_possible_cores, ULONG test_possible_cores) in _tx_thread_smp_remap_solution_find() argument 1247 thread_possible_cores = test_possible_cores & thread_possible_cores; in _tx_thread_smp_remap_solution_find() 1268 test_possible_cores = test_possible_cores & ~(thread_possible_cores); in _tx_thread_smp_remap_solution_find() 1672 …D *schedule_thread, ULONG available_cores, ULONG thread_possible_cores, ULONG test_possible_cores);
|