Searched refs:reactivates (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 109 if (reactivates != TX_NULL) in _tx_timer_performance_system_info_get() 112 *reactivates = _tx_timer_performance_reactivate_count; in _tx_timer_performance_system_info_get() 154 else if (reactivates != 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 131 if (reactivates != TX_NULL) in _tx_timer_performance_info_get() 134 *reactivates = timer_ptr -> tx_timer_performance_reactivate_count; in _tx_timer_performance_info_get() 181 else if (reactivates != 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 109 if (reactivates != TX_NULL) in _tx_timer_performance_system_info_get() 112 *reactivates = _tx_timer_performance_reactivate_count; in _tx_timer_performance_system_info_get() 154 else if (reactivates != 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 131 if (reactivates != TX_NULL) in _tx_timer_performance_info_get() 134 *reactivates = timer_ptr -> tx_timer_performance_reactivate_count; in _tx_timer_performance_info_get() 181 else if (reactivates != 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 …PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) activates, (ALIGN_TYPE) reactivates, (ALIGN_TYPE) e… 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 84 extra_parameters[0] = (ALIGN_TYPE) reactivates; in _tx_timer_performance_info_get()
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1828 …NT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates, 1830 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates,
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1823 …NT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates, 1825 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates,
|