Home
last modified time | relevance | path

Searched defs:_tx_thread_current_ptr (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_thread_initialize.c48 TX_THREAD * _tx_thread_current_ptr; variable
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_initialize.c49 TX_THREAD * _tx_thread_current_ptr[TX_THREAD_SMP_MAX_CORES]; variable
/ThreadX-v6.3.0/common/inc/
Dtx_thread.h314 THREAD_DECLARE TX_THREAD * _tx_thread_current_ptr; variable
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h176 THREAD_DECLARE TX_THREAD * _tx_thread_current_ptr[TX_THREAD_SMP_MAX_CORES]; variable
245 #define _tx_thread_current_ptr _tx_thread_smp_current_thread_get() macro