| /ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/test/tx/regression/ |
| D | threadx_timer_information_test.c | 101 ULONG activates; in thread_0_entry() local 247 …status += tx_timer_performance_info_get(&timer_0, &activates, &reactivates, &deactivates, &expirat… in thread_0_entry() 250 …if ((status != TX_SUCCESS) || (activates != timer_0.tx_timer_performance_activate_count) || (react… in thread_0_entry() 261 …status += tx_timer_performance_system_info_get(&activates, &reactivates, &deactivates, &expiration… in thread_0_entry() 264 …if ((status != TX_SUCCESS) || (activates != _tx_timer_performance_activate_count) || (reactivates … 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() 360 …status = tx_timer_performance_system_info_get(&activates, &reactivates, &deactivates, &expiration… in thread_0_entry()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_timer_information_test.c | 101 ULONG activates; in thread_0_entry() local 247 …status += tx_timer_performance_info_get(&timer_0, &activates, &reactivates, &deactivates, &expirat… in thread_0_entry() 250 …if ((status != TX_SUCCESS) || (activates != timer_0.tx_timer_performance_activate_count) || (react… in thread_0_entry() 261 …status += tx_timer_performance_system_info_get(&activates, &reactivates, &deactivates, &expiration… in thread_0_entry() 264 …if ((status != TX_SUCCESS) || (activates != _tx_timer_performance_activate_count) || (reactivates … 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() 360 …status = tx_timer_performance_system_info_get(&activates, &reactivates, &deactivates, &expiration… in thread_0_entry()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1842 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivate… 1844 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates,
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1837 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivate… 1839 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates,
|