Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/test/tx/regression/
Dthreadx_thread_information_test.c63 ULONG resumptions; in thread_0_entry() local
114 …status += tx_thread_performance_info_get(&thread_0, &resumptions, &suspensions, &solicited_preempt… in thread_0_entry()
118 …if ((status != TX_SUCCESS) || (resumptions != thread_0.tx_thread_performance_resume_count) || (sus… in thread_0_entry()
132 …status += tx_thread_performance_system_info_get(&resumptions, &suspensions, &solicited_preemptions… in thread_0_entry()
136 …if ((status != TX_SUCCESS) || (resumptions != _tx_thread_performance_resume_count) || (suspensions… in thread_0_entry()
157 …status = tx_thread_performance_info_get(&thread_0, &resumptions, &suspensions, &solicited_preempt… in thread_0_entry()
170 …status = tx_thread_performance_info_get(TX_NULL, &resumptions, &suspensions, &solicited_preemptio… in thread_0_entry()
313 …status = tx_thread_performance_system_info_get(&resumptions, &suspensions, &solicited_preemptions… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_information_test.c63 ULONG resumptions; in thread_0_entry() local
114 …status += tx_thread_performance_info_get(&thread_0, &resumptions, &suspensions, &solicited_preempt… in thread_0_entry()
118 …if ((status != TX_SUCCESS) || (resumptions != thread_0.tx_thread_performance_resume_count) || (sus… in thread_0_entry()
132 …status += tx_thread_performance_system_info_get(&resumptions, &suspensions, &solicited_preemptions… in thread_0_entry()
136 …if ((status != TX_SUCCESS) || (resumptions != _tx_thread_performance_resume_count) || (suspensions… in thread_0_entry()
157 …status = tx_thread_performance_info_get(&thread_0, &resumptions, &suspensions, &solicited_preempt… in thread_0_entry()
170 …status = tx_thread_performance_info_get(TX_NULL, &resumptions, &suspensions, &solicited_preemptio… in thread_0_entry()
313 …status = tx_thread_performance_system_info_get(&resumptions, &suspensions, &solicited_preemptions… in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1783 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspe…
1786 UINT _tx_thread_performance_system_info_get(ULONG *resumptions, ULONG *suspensions,
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1756 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspe…
1759 UINT _tx_thread_performance_system_info_get(ULONG *resumptions, ULONG *suspensions,