Lines Matching refs:schedule_thread
877 TX_THREAD *schedule_thread; in _tx_thread_smp_execute_list_setup() local
893 schedule_thread = _tx_thread_smp_schedule_list[i]; in _tx_thread_smp_execute_list_setup()
896 _tx_thread_execute_ptr[i] = schedule_thread; in _tx_thread_smp_execute_list_setup()
899 _tx_thread_smp_core_interrupt(schedule_thread, core_index, i); in _tx_thread_smp_execute_list_setup()
904 if ((i != core_index) && (schedule_thread != TX_NULL)) in _tx_thread_smp_execute_list_setup()
1166 static INLINE_DECLARE UINT _tx_thread_smp_remap_solution_find(TX_THREAD *schedule_thread, ULONG av… in _tx_thread_smp_remap_solution_find() argument
1192 core = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
1197 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
1219 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
1305 while (thread_ptr != schedule_thread) in _tx_thread_smp_remap_solution_find()
1670 UINT _tx_thread_smp_remap_solution_find(TX_THREAD *schedule_thread, ULONG available_cores, ULONG …