Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_system_resume.c537 _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()
Dtx_thread_smp_utilities.c336 VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core) in _tx_thread_smp_core_wakeup() function
/ThreadX-v6.2.1/common_smp/inc/
Dtx_thread.h854 static INLINE_DECLARE VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core) in _tx_thread_smp_core_wakeup() function
869 #define _tx_thread_smp_core_wakeup(a,b) macro
1660 VOID _tx_thread_smp_core_wakeup(UINT current_core, UINT target_core);
1663 #define _tx_thread_smp_core_wakeup(a,b) macro