Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_timer_performance_info_get.c77 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates, ULON… in _tx_timer_performance_info_get() function
/ThreadX-v6.4.1/common_smp/src/
Dtx_timer_performance_info_get.c85 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates, in _tx_timer_performance_info_get() function
/ThreadX-v6.4.1/common/src/
Dtx_timer_performance_info_get.c85 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates, in _tx_timer_performance_info_get() function
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_timer_information_test.c234 status = _tx_timer_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_timer_information_test.c234 status = _tx_timer_performance_info_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL, TX_NULL); in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1303 #define tx_timer_performance_info_get _tx_timer_performance_info_get
1431 #define tx_timer_performance_info_get _tx_timer_performance_info_get
1548 #define tx_timer_performance_info_get _tx_timer_performance_info_get
1847 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivate…
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1217 #define tx_timer_performance_info_get _tx_timer_performance_info_get
1340 #define tx_timer_performance_info_get _tx_timer_performance_info_get
1451 #define tx_timer_performance_info_get _tx_timer_performance_info_get
1842 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivate…
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2965 return_value = (ALIGN_TYPE) _tx_timer_performance_info_get( in _txm_module_manager_tx_timer_performance_info_get_dispatch()