Searched refs:resumptions (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_thread_performance_system_info_get.c | 100 UINT _tx_thread_performance_system_info_get(ULONG *resumptions, ULONG *suspensions, in _tx_thread_performance_system_info_get() argument 124 if (resumptions != TX_NULL) in _tx_thread_performance_system_info_get() 127 *resumptions = _tx_thread_performance_resume_count; in _tx_thread_performance_system_info_get() 212 if (resumptions != TX_NULL) in _tx_thread_performance_system_info_get()
|
| D | tx_thread_performance_info_get.c | 100 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspensions, in _tx_thread_performance_info_get() argument 142 if (resumptions != TX_NULL) in _tx_thread_performance_info_get() 145 *resumptions = thread_ptr -> tx_thread_performance_resume_count; in _tx_thread_performance_info_get() 228 else if (resumptions != TX_NULL) in _tx_thread_performance_info_get()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_thread_performance_system_info_get.c | 100 UINT _tx_thread_performance_system_info_get(ULONG *resumptions, ULONG *suspensions, in _tx_thread_performance_system_info_get() argument 124 if (resumptions != TX_NULL) in _tx_thread_performance_system_info_get() 127 *resumptions = _tx_thread_performance_resume_count; in _tx_thread_performance_system_info_get() 212 if (resumptions != TX_NULL) in _tx_thread_performance_system_info_get()
|
| D | tx_thread_performance_info_get.c | 100 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspensions, in _tx_thread_performance_info_get() argument 142 if (resumptions != TX_NULL) in _tx_thread_performance_info_get() 145 *resumptions = thread_ptr -> tx_thread_performance_resume_count; in _tx_thread_performance_info_get() 228 else if (resumptions != TX_NULL) in _tx_thread_performance_info_get()
|
| /ThreadX-v6.2.1/common_modules/module_lib/src/ |
| D | txm_thread_performance_info_get.c | 92 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspensions,… in _tx_thread_performance_info_get() argument 109 …HREAD_PERFORMANCE_INFO_GET_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) resumptions, (ALIGN_TYPE) e… in _tx_thread_performance_info_get()
|
| D | txm_thread_performance_system_info_get.c | 92 UINT _tx_thread_performance_system_info_get(ULONG *resumptions, ULONG *suspensions, ULONG *solicite… in _tx_thread_performance_system_info_get() argument 109 …_dispatcher)(TXM_THREAD_PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) resumptions, (ALIGN_TYPE) s… in _tx_thread_performance_system_info_get()
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1769 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspe… 1772 UINT _tx_thread_performance_system_info_get(ULONG *resumptions, ULONG *suspensions,
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1742 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspe… 1745 UINT _tx_thread_performance_system_info_get(ULONG *resumptions, ULONG *suspensions,
|