Home
last modified time | relevance | path

Searched refs:test_cores (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_rebalance_execute_list.c107 ULONG test_cores; in _tx_thread_smp_rebalance_execute_list() local
337 test_cores = (thread_possible_cores & available_cores); in _tx_thread_smp_rebalance_execute_list()
338 TX_LOWEST_SET_BIT_CALCULATE(test_cores, j) in _tx_thread_smp_rebalance_execute_list()
Dtx_thread_smp_utilities.c647 ULONG test_cores; in _tx_thread_smp_remap_solution_find() local
688 test_cores = thread_possible_cores; in _tx_thread_smp_remap_solution_find()
689 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
749 test_cores = thread_possible_cores; in _tx_thread_smp_remap_solution_find()
750 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
807 test_cores = last_thread_cores; in _tx_thread_smp_remap_solution_find()
808 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
Dtx_thread_system_resume.c118 ULONG test_cores; in _tx_thread_system_resume() local
597 test_cores = (thread_possible_cores & available_cores); in _tx_thread_system_resume()
598 TX_LOWEST_SET_BIT_CALCULATE(test_cores, i) in _tx_thread_system_resume()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h1172 ULONG test_cores; in _tx_thread_smp_remap_solution_find() local
1213 test_cores = thread_possible_cores; in _tx_thread_smp_remap_solution_find()
1214 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
1274 test_cores = thread_possible_cores; in _tx_thread_smp_remap_solution_find()
1275 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
1332 test_cores = last_thread_cores; in _tx_thread_smp_remap_solution_find()
1333 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()