Searched refs:inversions (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_mutex_performance_system_info_get.c | 86 ULONG *timeouts, ULONG *inversions, ULONG *inheritances) in _tx_mutex_performance_system_info_get() argument 135 if (inversions != TX_NULL) in _tx_mutex_performance_system_info_get() 138 *inversions = _tx_mutex_performance_priority_inversion_count; in _tx_mutex_performance_system_info_get() 184 else if (inversions != TX_NULL) in _tx_mutex_performance_system_info_get()
|
| D | tx_mutex_performance_info_get.c | 87 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances) in _tx_mutex_performance_info_get() argument 158 if (inversions != TX_NULL) in _tx_mutex_performance_info_get() 161 *inversions = mutex_ptr -> tx_mutex_performance_priority_inversion_count; in _tx_mutex_performance_info_get() 209 else if (inversions != TX_NULL) in _tx_mutex_performance_info_get()
|
| /ThreadX-v6.2.1/common/src/ |
| D | tx_mutex_performance_system_info_get.c | 86 ULONG *timeouts, ULONG *inversions, ULONG *inheritances) in _tx_mutex_performance_system_info_get() argument 135 if (inversions != TX_NULL) in _tx_mutex_performance_system_info_get() 138 *inversions = _tx_mutex_performance_priority_inversion_count; in _tx_mutex_performance_system_info_get() 184 else if (inversions != TX_NULL) in _tx_mutex_performance_system_info_get()
|
| D | tx_mutex_performance_info_get.c | 87 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances) in _tx_mutex_performance_info_get() argument 158 if (inversions != TX_NULL) in _tx_mutex_performance_info_get() 161 *inversions = mutex_ptr -> tx_mutex_performance_priority_inversion_count; in _tx_mutex_performance_info_get() 209 else if (inversions != TX_NULL) in _tx_mutex_performance_info_get()
|
| /ThreadX-v6.2.1/common_modules/module_lib/src/ |
| D | txm_mutex_performance_system_info_get.c | 77 …(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inherita… in _tx_mutex_performance_system_info_get() argument 85 extra_parameters[2] = (ALIGN_TYPE) inversions; in _tx_mutex_performance_system_info_get()
|
| D | txm_mutex_performance_info_get.c | 79 … ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inherita… in _tx_mutex_performance_info_get() argument 88 extra_parameters[3] = (ALIGN_TYPE) inversions; in _tx_mutex_performance_info_get()
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1666 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances); 1668 ULONG *inversions, ULONG *inheritances);
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1604 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances); 1606 ULONG *inversions, ULONG *inheritances);
|