Home
last modified time | relevance | path

Searched refs:_tx_thread_identify (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_identify.c68 TX_THREAD *_tx_thread_identify(VOID) in _tx_thread_identify() function
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_identify.c75 TX_THREAD *_tx_thread_identify(VOID) in _tx_thread_identify() function
/ThreadX-v6.4.1/common/src/
Dtx_thread_identify.c75 TX_THREAD *_tx_thread_identify(VOID) in _tx_thread_identify() function
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1273 #define tx_thread_identify _tx_thread_identify
1401 #define tx_thread_identify _tx_thread_identify
1518 #define tx_thread_identify _tx_thread_identify
1783 TX_THREAD *_tx_thread_identify(VOID);
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1193 #define tx_thread_identify _tx_thread_identify
1316 #define tx_thread_identify _tx_thread_identify
1427 #define tx_thread_identify _tx_thread_identify
1756 TX_THREAD *_tx_thread_identify(VOID);
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2142 return_value = (ALIGN_TYPE) _tx_thread_identify(); in _txm_module_manager_tx_thread_identify_dispatch()