Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_thread_identify.c69 TX_THREAD *_tx_thread_identify(VOID) in _tx_thread_identify() function
/ThreadX-v6.3.0/common/src/
Dtx_thread_identify.c76 TX_THREAD *_tx_thread_identify(VOID) in _tx_thread_identify() function
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_identify.c76 TX_THREAD *_tx_thread_identify(VOID) in _tx_thread_identify() function
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1268 #define tx_thread_identify _tx_thread_identify
1396 #define tx_thread_identify _tx_thread_identify
1513 #define tx_thread_identify _tx_thread_identify
1778 TX_THREAD *_tx_thread_identify(VOID);
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1188 #define tx_thread_identify _tx_thread_identify
1311 #define tx_thread_identify _tx_thread_identify
1422 #define tx_thread_identify _tx_thread_identify
1751 TX_THREAD *_tx_thread_identify(VOID);
/ThreadX-v6.3.0/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()