Searched refs:_tx_thread_smp_core_interrupt (Results 1 – 4 of 4) sorted by relevance
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_system_resume.c | 534 _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()
|
| 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() function 376 _tx_thread_smp_core_interrupt(schedule_thread, core_index, i); in _tx_thread_smp_execute_list_setup()
|
| /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() function 850 #define _tx_thread_smp_core_interrupt(a,b,c) macro 901 _tx_thread_smp_core_interrupt(schedule_thread, core_index, i); in _tx_thread_smp_execute_list_setup() 1655 VOID _tx_thread_smp_core_interrupt(TX_THREAD *thread_ptr, UINT current_core, UINT target_core); 1658 #define _tx_thread_smp_core_interrupt(a,b,c) macro
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | testcontrol.c | 1268 _tx_thread_smp_core_interrupt(&test_thread, 0, 3); in tx_application_define()
|