Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_smp_utilities.c650 UINT queue_first, queue_last; in _tx_thread_smp_remap_solution_find() local
664 queue_first = ((UINT) 0); in _tx_thread_smp_remap_solution_find()
708 core = core_queue[queue_first]; in _tx_thread_smp_remap_solution_find()
711 queue_first++; in _tx_thread_smp_remap_solution_find()
769 } while (queue_first != queue_last); in _tx_thread_smp_remap_solution_find()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_thread.h1173 UINT queue_first, queue_last; in _tx_thread_smp_remap_solution_find() local
1187 queue_first = ((UINT) 0); in _tx_thread_smp_remap_solution_find()
1231 core = core_queue[queue_first]; in _tx_thread_smp_remap_solution_find()
1234 queue_first++; in _tx_thread_smp_remap_solution_find()
1292 } while (queue_first != queue_last); in _tx_thread_smp_remap_solution_find()