Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_rebalance_execute_list.c107 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()
Dtx_thread_system_resume.c126 ULONG test_possible_cores; in _tx_thread_system_resume() local
639test_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()
804test_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()
Dtx_thread_system_suspend.c118 ULONG test_possible_cores; in _tx_thread_system_suspend() local
775test_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()
Dtx_thread_smp_utilities.c643 …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/
Dtx_thread.h1168 …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);