Home
last modified time | relevance | path

Searched defs:TX_THREAD_GET_CURRENT (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.2.1/common/inc/
Dtx_thread.h107 #define TX_THREAD_GET_CURRENT(a) (a) = _tx_thread_current_ptr; macro
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1150 #define TX_THREAD_GET_CURRENT(a) (a) = (TX_THREAD *) _tx_thread_smp_current_thread_… macro