Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_thread_initialize.c47 TX_THREAD * _tx_thread_current_ptr; variable
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_initialize.c48 TX_THREAD * _tx_thread_current_ptr[TX_THREAD_SMP_MAX_CORES]; variable
/ThreadX-v6.4.1/common/inc/
Dtx_thread.h313 THREAD_DECLARE TX_THREAD * _tx_thread_current_ptr; variable
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h175 THREAD_DECLARE TX_THREAD * _tx_thread_current_ptr[TX_THREAD_SMP_MAX_CORES]; variable
244 #define _tx_thread_current_ptr _tx_thread_smp_current_thread_get() macro