Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_rebalance_execute_list.c108 ULONG test_cores; in _tx_thread_smp_rebalance_execute_list() local
338 test_cores = (thread_possible_cores & available_cores); in _tx_thread_smp_rebalance_execute_list()
339 TX_LOWEST_SET_BIT_CALCULATE(test_cores, j) in _tx_thread_smp_rebalance_execute_list()
Dtx_thread_smp_utilities.c648 ULONG test_cores; in _tx_thread_smp_remap_solution_find() local
689 test_cores = thread_possible_cores; in _tx_thread_smp_remap_solution_find()
690 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
750 test_cores = thread_possible_cores; in _tx_thread_smp_remap_solution_find()
751 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
808 test_cores = last_thread_cores; in _tx_thread_smp_remap_solution_find()
809 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
Dtx_thread_system_resume.c119 ULONG test_cores; in _tx_thread_system_resume() local
598 test_cores = (thread_possible_cores & available_cores); in _tx_thread_system_resume()
599 TX_LOWEST_SET_BIT_CALCULATE(test_cores, i) in _tx_thread_system_resume()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h1173 ULONG test_cores; in _tx_thread_smp_remap_solution_find() local
1214 test_cores = thread_possible_cores; in _tx_thread_smp_remap_solution_find()
1215 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
1275 test_cores = thread_possible_cores; in _tx_thread_smp_remap_solution_find()
1276 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()
1333 test_cores = last_thread_cores; in _tx_thread_smp_remap_solution_find()
1334 TX_LOWEST_SET_BIT_CALCULATE(test_cores, core) in _tx_thread_smp_remap_solution_find()