| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_timer_performance_system_info_get.c | 82 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates, in _tx_timer_performance_system_info_get() argument 101 if (activates != TX_NULL) in _tx_timer_performance_system_info_get() 104 *activates = _tx_timer_performance_activate_count; in _tx_timer_performance_system_info_get() 147 if (activates != TX_NULL) in _tx_timer_performance_system_info_get()
|
| D | tx_timer_performance_info_get.c | 85 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates, in _tx_timer_performance_info_get() argument 123 if (activates != TX_NULL) in _tx_timer_performance_info_get() 126 *activates = timer_ptr -> tx_timer_performance_activate_count; in _tx_timer_performance_info_get() 174 else if (activates != TX_NULL) in _tx_timer_performance_info_get()
|
| /ThreadX-v6.4.1/common/src/ |
| D | tx_timer_performance_system_info_get.c | 82 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates, in _tx_timer_performance_system_info_get() argument 101 if (activates != TX_NULL) in _tx_timer_performance_system_info_get() 104 *activates = _tx_timer_performance_activate_count; in _tx_timer_performance_system_info_get() 147 if (activates != TX_NULL) in _tx_timer_performance_system_info_get()
|
| D | tx_timer_performance_info_get.c | 85 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates, in _tx_timer_performance_info_get() argument 123 if (activates != TX_NULL) in _tx_timer_performance_info_get() 126 *activates = timer_ptr -> tx_timer_performance_activate_count; in _tx_timer_performance_info_get() 174 else if (activates != TX_NULL) in _tx_timer_performance_info_get()
|
| /ThreadX-v6.4.1/common_modules/module_lib/src/ |
| D | txm_timer_performance_system_info_get.c | 74 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates, ULONG *deactivates… in _tx_timer_performance_system_info_get() argument 85 …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 | 77 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivates, ULON… in _tx_timer_performance_info_get() argument 89 …M_TIMER_PERFORMANCE_INFO_GET_CALL, (ALIGN_TYPE) timer_ptr, (ALIGN_TYPE) activates, (ALIGN_TYPE) ex… in _tx_timer_performance_info_get()
|
| /ThreadX-v6.4.1/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.4.1/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.4.1/common_smp/inc/ |
| D | tx_api.h | 1847 UINT _tx_timer_performance_info_get(TX_TIMER *timer_ptr, ULONG *activates, ULONG *reactivate… 1849 UINT _tx_timer_performance_system_info_get(ULONG *activates, ULONG *reactivates,
|
| /ThreadX-v6.4.1/common/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,
|