Home
last modified time | relevance | path

Searched refs:resumptions (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_performance_system_info_get.c100 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()
Dtx_thread_performance_info_get.c100 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/
Dtx_thread_performance_system_info_get.c100 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()
Dtx_thread_performance_info_get.c100 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/
Dtxm_thread_performance_info_get.c92 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()
Dtxm_thread_performance_system_info_get.c92 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/
Dtx_api.h1769 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/
Dtx_api.h1742 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,