| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_performance_system_info_get.c | 101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_system_info_get() argument 138 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_system_info_get() 141 *solicited_preemptions = _tx_thread_performance_solicited_preemption_count; in _tx_thread_performance_system_info_get() 224 else if (solicited_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
|
| D | tx_thread_performance_info_get.c | 101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_info_get() argument 156 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_info_get() 159 … *solicited_preemptions = thread_ptr -> tx_thread_performance_solicited_preemption_count; in _tx_thread_performance_info_get() 240 else if (solicited_preemptions != TX_NULL) in _tx_thread_performance_info_get()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_performance_system_info_get.c | 101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_system_info_get() argument 138 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_system_info_get() 141 *solicited_preemptions = _tx_thread_performance_solicited_preemption_count; in _tx_thread_performance_system_info_get() 224 else if (solicited_preemptions != TX_NULL) in _tx_thread_performance_system_info_get()
|
| D | tx_thread_performance_info_get.c | 101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_info_get() argument 156 if (solicited_preemptions != TX_NULL) in _tx_thread_performance_info_get() 159 … *solicited_preemptions = thread_ptr -> tx_thread_performance_solicited_preemption_count; in _tx_thread_performance_info_get() 240 else if (solicited_preemptions != TX_NULL) in _tx_thread_performance_info_get()
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_thread_information_test.c | 65 ULONG solicited_preemptions; in thread_0_entry() local 114 …read_performance_info_get(&thread_0, &resumptions, &suspensions, &solicited_preemptions, &interrup… in thread_0_entry() 119 …(solicited_preemptions != thread_0.tx_thread_performance_solicited_preemption_count) || (interrupt… in thread_0_entry() 132 …x_thread_performance_system_info_get(&resumptions, &suspensions, &solicited_preemptions, &interrup… in thread_0_entry() 137 …(solicited_preemptions != _tx_thread_performance_solicited_preemption_count) || (interrupt_preempt… in thread_0_entry() 157 …read_performance_info_get(&thread_0, &resumptions, &suspensions, &solicited_preemptions, &interrup… in thread_0_entry() 170 …thread_performance_info_get(TX_NULL, &resumptions, &suspensions, &solicited_preemptions, &interrup… in thread_0_entry() 183 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, &suspensions, &solicited_preemptions, &… in thread_0_entry() 196 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &solicited_preemptions, &inter… in thread_0_entry() 313 …x_thread_performance_system_info_get(&resumptions, &suspensions, &solicited_preemptions, &interrup… in thread_0_entry() [all …]
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_thread_information_test.c | 65 ULONG solicited_preemptions; in thread_0_entry() local 114 …read_performance_info_get(&thread_0, &resumptions, &suspensions, &solicited_preemptions, &interrup… in thread_0_entry() 119 …(solicited_preemptions != thread_0.tx_thread_performance_solicited_preemption_count) || (interrupt… in thread_0_entry() 132 …x_thread_performance_system_info_get(&resumptions, &suspensions, &solicited_preemptions, &interrup… in thread_0_entry() 137 …(solicited_preemptions != _tx_thread_performance_solicited_preemption_count) || (interrupt_preempt… in thread_0_entry() 157 …read_performance_info_get(&thread_0, &resumptions, &suspensions, &solicited_preemptions, &interrup… in thread_0_entry() 170 …thread_performance_info_get(TX_NULL, &resumptions, &suspensions, &solicited_preemptions, &interrup… in thread_0_entry() 183 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, &suspensions, &solicited_preemptions, &… in thread_0_entry() 196 …status = tx_thread_performance_info_get(TX_NULL, TX_NULL, TX_NULL, &solicited_preemptions, &inter… in thread_0_entry() 313 …x_thread_performance_system_info_get(&resumptions, &suspensions, &solicited_preemptions, &interrup… in thread_0_entry() [all …]
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_thread_performance_info_get.c | 92 …HREAD *thread_ptr, ULONG *resumptions, ULONG *suspensions, ULONG *solicited_preemptions, ULONG *in… in _tx_thread_performance_info_get() argument 99 extra_parameters[1] = (ALIGN_TYPE) solicited_preemptions; in _tx_thread_performance_info_get()
|
| D | txm_thread_performance_system_info_get.c | 92 …ce_system_info_get(ULONG *resumptions, ULONG *suspensions, ULONG *solicited_preemptions, ULONG *in… in _tx_thread_performance_system_info_get() argument 98 extra_parameters[0] = (ALIGN_TYPE) solicited_preemptions; in _tx_thread_performance_system_info_get()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1784 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, 1787 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions,
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1757 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, 1760 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions,
|