Home
last modified time | relevance | path

Searched refs:queue_first (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_smp_utilities.c649 UINT queue_first, queue_last; in _tx_thread_smp_remap_solution_find() local
663 queue_first = ((UINT) 0); in _tx_thread_smp_remap_solution_find()
707 core = core_queue[queue_first]; in _tx_thread_smp_remap_solution_find()
710 queue_first++; in _tx_thread_smp_remap_solution_find()
768 } while (queue_first != queue_last); in _tx_thread_smp_remap_solution_find()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h1174 UINT queue_first, queue_last; in _tx_thread_smp_remap_solution_find() local
1188 queue_first = ((UINT) 0); in _tx_thread_smp_remap_solution_find()
1232 core = core_queue[queue_first]; in _tx_thread_smp_remap_solution_find()
1235 queue_first++; in _tx_thread_smp_remap_solution_find()
1293 } while (queue_first != queue_last); in _tx_thread_smp_remap_solution_find()