Home
last modified time | relevance | path

Searched refs:current_core (Results 1 – 3 of 3) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_time_slice.c77 ULONG core_index, current_core; in _tx_thread_time_slice() local
115 current_core = TX_SMP_CORE_ID; in _tx_thread_time_slice()
288 if (core_index != current_core) in _tx_thread_time_slice()
331 _tx_thread_smp_rebalance_execute_list(current_core); in _tx_thread_time_slice()
Dtx_thread_smp_utilities.c301 VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core, UINT target_core) in _tx_thread_smp_core_interrupt() argument
309 if (current_core != 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() argument
340 if (target_core != current_core) in _tx_thread_smp_core_wakeup()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h816 static INLINE_DECLARE VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core,… in _tx_thread_smp_core_interrupt() argument
824 if (current_core != 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() argument
860 if (target_core != current_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);