Searched refs:priority_inversions (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.2.1/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 152 if (priority_inversions != TX_NULL) in _tx_thread_performance_system_info_get() 155 *priority_inversions = _tx_thread_performance_priority_inversion_count; in _tx_thread_performance_system_info_get() 236 else if (priority_inversions != 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 170 if (priority_inversions != TX_NULL) in _tx_thread_performance_info_get() 173 *priority_inversions = thread_ptr -> tx_thread_performance_priority_inversion_count; in _tx_thread_performance_info_get() 252 else if (priority_inversions != TX_NULL) in _tx_thread_performance_info_get()
|
| /ThreadX-v6.2.1/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 152 if (priority_inversions != TX_NULL) in _tx_thread_performance_system_info_get() 155 *priority_inversions = _tx_thread_performance_priority_inversion_count; in _tx_thread_performance_system_info_get() 236 else if (priority_inversions != 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 170 if (priority_inversions != TX_NULL) in _tx_thread_performance_info_get() 173 *priority_inversions = thread_ptr -> tx_thread_performance_priority_inversion_count; in _tx_thread_performance_info_get() 252 else if (priority_inversions != 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 …ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, ULONG *tim… in _tx_thread_performance_info_get() argument 101 extra_parameters[3] = (ALIGN_TYPE) priority_inversions; in _tx_thread_performance_info_get()
|
| D | txm_thread_performance_system_info_get.c | 92 …ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, ULONG *tim… in _tx_thread_performance_system_info_get() argument 100 extra_parameters[2] = (ALIGN_TYPE) priority_inversions; in _tx_thread_performance_system_info_get()
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1770 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, 1773 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions,
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1743 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, 1746 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions,
|