Home
last modified time | relevance | path

Searched refs:_tx_thread_performance_info_get (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_performance_info_get.c91 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspensions,… in _tx_thread_performance_info_get() function
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_performance_info_get.c99 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspensions, in _tx_thread_performance_info_get() function
/ThreadX-v6.4.1/common/src/
Dtx_thread_performance_info_get.c99 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspensions, in _tx_thread_performance_info_get() function
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_information_test.c101 …status = _tx_thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX… in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_information_test.c101 …status = _tx_thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX… in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1275 #define tx_thread_performance_info_get _tx_thread_performance_info_get
1403 #define tx_thread_performance_info_get _tx_thread_performance_info_get
1520 #define tx_thread_performance_info_get _tx_thread_performance_info_get
1788 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspe…
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1195 #define tx_thread_performance_info_get _tx_thread_performance_info_get
1318 #define tx_thread_performance_info_get _tx_thread_performance_info_get
1429 #define tx_thread_performance_info_get _tx_thread_performance_info_get
1761 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspe…
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2289 return_value = (ALIGN_TYPE) _tx_thread_performance_info_get( in _txm_module_manager_tx_thread_performance_info_get_dispatch()