Searched refs:target_core (Results 1 – 2 of 2) sorted by relevance
301 VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core, UINT target_core) in _tx_thread_smp_core_interrupt() argument309 if (current_core != target_core) in _tx_thread_smp_core_interrupt()315 current_thread = _tx_thread_current_ptr[target_core]; in _tx_thread_smp_core_interrupt()322 if (_tx_thread_system_state[target_core] < TX_INITIALIZE_IN_PROGRESS) in _tx_thread_smp_core_interrupt()326 _tx_thread_smp_core_preempt(target_core); in _tx_thread_smp_core_interrupt()335 VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core) in _tx_thread_smp_core_wakeup() argument340 if (target_core != current_core) in _tx_thread_smp_core_wakeup()344 TX_THREAD_SMP_WAKEUP(target_core); in _tx_thread_smp_core_wakeup()
816 …ARE VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core, UINT target_core) in _tx_thread_smp_core_interrupt() argument824 if (current_core != target_core) in _tx_thread_smp_core_interrupt()830 current_thread = _tx_thread_current_ptr[target_core]; in _tx_thread_smp_core_interrupt()837 if (_tx_thread_system_state[target_core] < TX_INITIALIZE_IN_PROGRESS) in _tx_thread_smp_core_interrupt()841 _tx_thread_smp_core_preempt(target_core); in _tx_thread_smp_core_interrupt()855 static INLINE_DECLARE VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core) in _tx_thread_smp_core_wakeup() argument860 if (target_core != current_core) in _tx_thread_smp_core_wakeup()864 TX_THREAD_SMP_WAKEUP(target_core); in _tx_thread_smp_core_wakeup()1654 VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core, UINT target_core);1661 VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core);