Searched refs:activates (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.2.1/common/src/ |
| D | tx_timer_performance_system_info_get.c | 83 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()
|
| D | tx_timer_performance_info_get.c | 86 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/ |
| D | tx_timer_performance_system_info_get.c | 83 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()
|
| D | tx_timer_performance_info_get.c | 86 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/ |
| D | txm_timer_performance_system_info_get.c | 75 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()
|
| D | txm_timer_performance_info_get.c | 78 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/ |
| D | tx_api.h | 1828 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/ |
| D | tx_api.h | 1823 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,
|