Home
last modified time | relevance | path

Searched refs:queue_last (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
664 queue_last = ((UINT) 0); in _tx_thread_smp_remap_solution_find()
674 core_queue[queue_last] = core; in _tx_thread_smp_remap_solution_find()
677 queue_last++; in _tx_thread_smp_remap_solution_find()
696 core_queue[queue_last] = core; in _tx_thread_smp_remap_solution_find()
699 queue_last++; in _tx_thread_smp_remap_solution_find()
759 core_queue[queue_last] = core; in _tx_thread_smp_remap_solution_find()
762 queue_last++; 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
1189 queue_last = ((UINT) 0); in _tx_thread_smp_remap_solution_find()
1199 core_queue[queue_last] = core; in _tx_thread_smp_remap_solution_find()
1202 queue_last++; in _tx_thread_smp_remap_solution_find()
1221 core_queue[queue_last] = core; in _tx_thread_smp_remap_solution_find()
1224 queue_last++; in _tx_thread_smp_remap_solution_find()
1284 core_queue[queue_last] = core; in _tx_thread_smp_remap_solution_find()
1287 queue_last++; in _tx_thread_smp_remap_solution_find()
1293 } while (queue_first != queue_last); in _tx_thread_smp_remap_solution_find()