Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_thread_identify.c69 TX_THREAD *_tx_thread_identify(VOID) in _tx_thread_identify() function
/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_identify.c76 TX_THREAD *_tx_thread_identify(VOID) in _tx_thread_identify() function
/ThreadX-v6.2.1/common/src/
Dtx_thread_identify.c76 TX_THREAD *_tx_thread_identify(VOID) in _tx_thread_identify() function
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1254 #define tx_thread_identify _tx_thread_identify
1382 #define tx_thread_identify _tx_thread_identify
1499 #define tx_thread_identify _tx_thread_identify
1764 TX_THREAD *_tx_thread_identify(VOID);
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1174 #define tx_thread_identify _tx_thread_identify
1297 #define tx_thread_identify _tx_thread_identify
1408 #define tx_thread_identify _tx_thread_identify
1737 TX_THREAD *_tx_thread_identify(VOID);
/ThreadX-v6.2.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2143 return_value = (ALIGN_TYPE) _tx_thread_identify(); in _txm_module_manager_tx_thread_identify_dispatch()