Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_time_slice.c78 ULONG core_index, current_core; in _tx_thread_time_slice() local
Dtx_thread_smp_utilities.c302 VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core, UINT target_core) in _tx_thread_smp_core_interrupt()
336 VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core) in _tx_thread_smp_core_wakeup()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_thread.h815 static INLINE_DECLARE VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core,… in _tx_thread_smp_core_interrupt()
854 static INLINE_DECLARE VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core) in _tx_thread_smp_core_wakeup()