Home
last modified time | relevance | path

Searched refs:reactivates (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.3.0/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
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()
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
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.3.0/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
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()
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
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.3.0/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 …PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) activates, (ALIGN_TYPE) reactivates, (ALIGN_TYPE) e… 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
84 extra_parameters[0] = (ALIGN_TYPE) reactivates; in _tx_timer_performance_info_get()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_timer_information_test.c102 ULONG reactivates; in thread_0_entry() local
247 …status += tx_timer_performance_info_get(&timer_0, &activates, &reactivates, &deactivates, &expirat… in thread_0_entry()
250 …ESS) || (activates != timer_0.tx_timer_performance_activate_count) || (reactivates != timer_0.tx_t… in thread_0_entry()
261 …status += tx_timer_performance_system_info_get(&activates, &reactivates, &deactivates, &expiration… in thread_0_entry()
264 …TX_SUCCESS) || (activates != _tx_timer_performance_activate_count) || (reactivates != _tx_timer_pe… in thread_0_entry()
276 …status = tx_timer_performance_info_get(&timer_0, &activates, &reactivates, &deactivates, &expirat… in thread_0_entry()
288 …status = tx_timer_performance_info_get(TX_NULL, &activates, &reactivates, &deactivates, &expirati… in thread_0_entry()
300 …status = tx_timer_performance_info_get(TX_NULL, TX_NULL, &reactivates, &deactivates, &expirations… in thread_0_entry()
360 …status = tx_timer_performance_system_info_get(&activates, &reactivates, &deactivates, &expiration… in thread_0_entry()
372 …status = tx_timer_performance_system_info_get(TX_NULL, &reactivates, &deactivates, &expirations, … in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_timer_information_test.c102 ULONG reactivates; in thread_0_entry() local
247 …status += tx_timer_performance_info_get(&timer_0, &activates, &reactivates, &deactivates, &expirat… in thread_0_entry()
250 …ESS) || (activates != timer_0.tx_timer_performance_activate_count) || (reactivates != timer_0.tx_t… in thread_0_entry()
261 …status += tx_timer_performance_system_info_get(&activates, &reactivates, &deactivates, &expiration… in thread_0_entry()
264 …TX_SUCCESS) || (activates != _tx_timer_performance_activate_count) || (reactivates != _tx_timer_pe… in thread_0_entry()
276 …status = tx_timer_performance_info_get(&timer_0, &activates, &reactivates, &deactivates, &expirat… in thread_0_entry()
288 …status = tx_timer_performance_info_get(TX_NULL, &activates, &reactivates, &deactivates, &expirati… in thread_0_entry()
300 …status = tx_timer_performance_info_get(TX_NULL, TX_NULL, &reactivates, &deactivates, &expirations… in thread_0_entry()
360 …status = tx_timer_performance_system_info_get(&activates, &reactivates, &deactivates, &expiration… in thread_0_entry()
372 …status = tx_timer_performance_system_info_get(TX_NULL, &reactivates, &deactivates, &expirations, … in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1842 …NT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates,
1844 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates,
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1837 …NT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates,
1839 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates,