Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_system_resume.c533 _tx_thread_smp_core_interrupt(thread_ptr, core_index, i); in _tx_thread_system_resume()
570 _tx_thread_smp_core_interrupt(thread_ptr, core_index, i); in _tx_thread_system_resume()
737_tx_thread_smp_core_interrupt(thread_ptr, core_index, i); in _tx_thread_system_resume()
776_tx_thread_smp_core_interrupt(thread_ptr, core_index, j); in _tx_thread_system_resume()
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() function
375 _tx_thread_smp_core_interrupt(schedule_thread, core_index, i); in _tx_thread_smp_execute_list_setup()
/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() function
849 #define _tx_thread_smp_core_interrupt(a,b,c) macro
900 _tx_thread_smp_core_interrupt(schedule_thread, core_index, i); in _tx_thread_smp_execute_list_setup()
1654 VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core, UINT target_core);
1657 #define _tx_thread_smp_core_interrupt(a,b,c) macro
/ThreadX-v6.4.1/test/smp/regression/
Dtestcontrol.c1268 _tx_thread_smp_core_interrupt(&test_thread, 0, 3); in tx_application_define()