Searched refs:_tx_thread_smp_core_wakeup (Results 1 – 3 of 3) sorted by relevance
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_system_resume.c | 537 _tx_thread_smp_core_wakeup(core_index, i); in _tx_thread_system_resume() 574 _tx_thread_smp_core_wakeup(core_index, i); in _tx_thread_system_resume() 611 _tx_thread_smp_core_wakeup(core_index, i); in _tx_thread_system_resume() 741 _tx_thread_smp_core_wakeup(core_index, i); in _tx_thread_system_resume() 780 _tx_thread_smp_core_wakeup(core_index, j); in _tx_thread_system_resume()
|
| D | tx_thread_smp_utilities.c | 336 VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core) in _tx_thread_smp_core_wakeup() function
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_thread.h | 856 static INLINE_DECLARE VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core) in _tx_thread_smp_core_wakeup() function 871 #define _tx_thread_smp_core_wakeup(a,b) macro 1662 VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core); 1665 #define _tx_thread_smp_core_wakeup(a,b) macro
|