Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_system_resume.c534 _tx_thread_smp_core_interrupt(thread_ptr, core_index, i); in _tx_thread_system_resume()
571 _tx_thread_smp_core_interrupt(thread_ptr, core_index, i); in _tx_thread_system_resume()
738_tx_thread_smp_core_interrupt(thread_ptr, core_index, i); in _tx_thread_system_resume()
777_tx_thread_smp_core_interrupt(thread_ptr, core_index, j); in _tx_thread_system_resume()
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() function
376 _tx_thread_smp_core_interrupt(schedule_thread, core_index, i); in _tx_thread_smp_execute_list_setup()
/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() function
848 #define _tx_thread_smp_core_interrupt(a,b,c) macro
899 _tx_thread_smp_core_interrupt(schedule_thread, core_index, i); in _tx_thread_smp_execute_list_setup()
1653 VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core, UINT target_core);
1656 #define _tx_thread_smp_core_interrupt(a,b,c) macro