Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_utilities.c650 UINT queue_first, queue_last; in _tx_thread_smp_remap_solution_find() local
665 queue_last = ((UINT) 0); in _tx_thread_smp_remap_solution_find()
675 core_queue[queue_last] = core; in _tx_thread_smp_remap_solution_find()
678 queue_last++; in _tx_thread_smp_remap_solution_find()
697 core_queue[queue_last] = core; in _tx_thread_smp_remap_solution_find()
700 queue_last++; in _tx_thread_smp_remap_solution_find()
760 core_queue[queue_last] = core; in _tx_thread_smp_remap_solution_find()
763 queue_last++; in _tx_thread_smp_remap_solution_find()
769 } while (queue_first != queue_last); in _tx_thread_smp_remap_solution_find()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h1175 UINT queue_first, queue_last; in _tx_thread_smp_remap_solution_find() local
1190 queue_last = ((UINT) 0); in _tx_thread_smp_remap_solution_find()
1200 core_queue[queue_last] = core; in _tx_thread_smp_remap_solution_find()
1203 queue_last++; in _tx_thread_smp_remap_solution_find()
1222 core_queue[queue_last] = core; in _tx_thread_smp_remap_solution_find()
1225 queue_last++; in _tx_thread_smp_remap_solution_find()
1285 core_queue[queue_last] = core; in _tx_thread_smp_remap_solution_find()
1288 queue_last++; in _tx_thread_smp_remap_solution_find()
1294 } while (queue_first != queue_last); in _tx_thread_smp_remap_solution_find()