Lines Matching refs:schedule_thread
879 TX_THREAD *schedule_thread; in _tx_thread_smp_execute_list_setup() local
895 schedule_thread = _tx_thread_smp_schedule_list[i]; in _tx_thread_smp_execute_list_setup()
898 _tx_thread_execute_ptr[i] = schedule_thread; in _tx_thread_smp_execute_list_setup()
901 _tx_thread_smp_core_interrupt(schedule_thread, core_index, i); in _tx_thread_smp_execute_list_setup()
906 if ((i != core_index) && (schedule_thread != TX_NULL)) in _tx_thread_smp_execute_list_setup()
1168 static INLINE_DECLARE UINT _tx_thread_smp_remap_solution_find(TX_THREAD *schedule_thread, ULONG av… in _tx_thread_smp_remap_solution_find() argument
1194 core = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
1199 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
1221 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
1307 while (thread_ptr != schedule_thread) in _tx_thread_smp_remap_solution_find()
1672 UINT _tx_thread_smp_remap_solution_find(TX_THREAD *schedule_thread, ULONG available_cores, ULONG …