Searched refs:current_core (Results 1 – 3 of 3) sorted by relevance
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_time_slice.c | 78 ULONG core_index, current_core; in _tx_thread_time_slice() local 116 current_core = TX_SMP_CORE_ID; in _tx_thread_time_slice() 289 if (core_index != current_core) in _tx_thread_time_slice() 332 _tx_thread_smp_rebalance_execute_list(current_core); in _tx_thread_time_slice()
|
| D | tx_thread_smp_utilities.c | 302 VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core, UINT target_core) in _tx_thread_smp_core_interrupt() argument 310 if (current_core != 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() argument 341 if (target_core != current_core) in _tx_thread_smp_core_wakeup()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_thread.h | 817 static INLINE_DECLARE VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core,… in _tx_thread_smp_core_interrupt() argument 825 if (current_core != target_core) in _tx_thread_smp_core_interrupt() 856 static INLINE_DECLARE VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core) in _tx_thread_smp_core_wakeup() argument 861 if (target_core != current_core) in _tx_thread_smp_core_wakeup() 1655 VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core, UINT target_core); 1662 VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core);
|