| /ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/test/tx/regression/ |
| D | threadx_thread_information_test.c | 63 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/ |
| D | threadx_thread_information_test.c | 63 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/ |
| D | tx_api.h | 1783 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/ |
| D | tx_api.h | 1756 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,
|