Home
last modified time | relevance | path

Searched refs:queue_first (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
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.3.0/common_smp/inc/
Dtx_thread.h1175 UINT queue_first, queue_last; in _tx_thread_smp_remap_solution_find() local
1189 queue_first = ((UINT) 0); in _tx_thread_smp_remap_solution_find()
1233 core = core_queue[queue_first]; in _tx_thread_smp_remap_solution_find()
1236 queue_first++; in _tx_thread_smp_remap_solution_find()
1294 } while (queue_first != queue_last); in _tx_thread_smp_remap_solution_find()