Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common/src/
Dtx_timer_performance_system_info_get.c83 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates, in _tx_timer_performance_system_info_get() argument
102 if (activates != TX_NULL) in _tx_timer_performance_system_info_get()
105 *activates = _tx_timer_performance_activate_count; in _tx_timer_performance_system_info_get()
148 if (activates != TX_NULL) in _tx_timer_performance_system_info_get()
Dtx_timer_performance_info_get.c86 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates, in _tx_timer_performance_info_get() argument
124 if (activates != TX_NULL) in _tx_timer_performance_info_get()
127 *activates = timer_ptr -> tx_timer_performance_activate_count; in _tx_timer_performance_info_get()
175 else if (activates != TX_NULL) in _tx_timer_performance_info_get()
/ThreadX-v6.2.1/common_smp/src/
Dtx_timer_performance_system_info_get.c83 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates, in _tx_timer_performance_system_info_get() argument
102 if (activates != TX_NULL) in _tx_timer_performance_system_info_get()
105 *activates = _tx_timer_performance_activate_count; in _tx_timer_performance_system_info_get()
148 if (activates != TX_NULL) in _tx_timer_performance_system_info_get()
Dtx_timer_performance_info_get.c86 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates, in _tx_timer_performance_info_get() argument
124 if (activates != TX_NULL) in _tx_timer_performance_info_get()
127 *activates = timer_ptr -> tx_timer_performance_activate_count; in _tx_timer_performance_info_get()
175 else if (activates != TX_NULL) in _tx_timer_performance_info_get()
/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_timer_performance_system_info_get.c75 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates, ULONG *deactivates… in _tx_timer_performance_system_info_get() argument
86 …ll_dispatcher)(TXM_TIMER_PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) activates, (ALIGN_TYPE) re… in _tx_timer_performance_system_info_get()
Dtxm_timer_performance_info_get.c78 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates, ULON… in _tx_timer_performance_info_get() argument
90 …M_TIMER_PERFORMANCE_INFO_GET_CALL, (ALIGN_TYPE) timer_ptr, (ALIGN_TYPE) activates, (ALIGN_TYPE) ex… in _tx_timer_performance_info_get()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1828 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivate…
1830 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates,
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1823 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivate…
1825 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates,