Searched refs:_tx_thread_performance_info_get (Results 1 – 8 of 8) sorted by relevance
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_thread_performance_info_get.c | 91 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/ |
D | tx_thread_performance_info_get.c | 99 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/ |
D | tx_thread_performance_info_get.c | 99 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/ |
D | threadx_thread_information_test.c | 101 …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/ |
D | threadx_thread_information_test.c | 101 …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/ |
D | tx_api.h | 1275 #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/ |
D | tx_api.h | 1195 #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/ |
D | txm_module_manager_dispatch.h | 2289 return_value = (ALIGN_TYPE) _tx_thread_performance_info_get( in _txm_module_manager_tx_thread_performance_info_get_dispatch()
|