Lines Matching refs:schedule_thread
878 TX_THREAD *schedule_thread; in _tx_thread_smp_execute_list_setup() local
894 schedule_thread = _tx_thread_smp_schedule_list[i]; in _tx_thread_smp_execute_list_setup()
897 _tx_thread_execute_ptr[i] = schedule_thread; in _tx_thread_smp_execute_list_setup()
900 _tx_thread_smp_core_interrupt(schedule_thread, core_index, i); in _tx_thread_smp_execute_list_setup()
905 if ((i != core_index) && (schedule_thread != TX_NULL)) in _tx_thread_smp_execute_list_setup()
1167 static INLINE_DECLARE UINT _tx_thread_smp_remap_solution_find(TX_THREAD *schedule_thread, ULONG av… in _tx_thread_smp_remap_solution_find() argument
1193 core = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()
1198 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
1220 thread_remap_list[core] = schedule_thread; in _tx_thread_smp_remap_solution_find()
1306 while (thread_ptr != schedule_thread) in _tx_thread_smp_remap_solution_find()
1671 UINT _tx_thread_smp_remap_solution_find(TX_THREAD *schedule_thread, ULONG available_cores, ULONG …