Home
last modified time | relevance | path

Searched refs:inversions (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_mutex_performance_system_info_get.c86 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()
Dtx_mutex_performance_info_get.c87 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/
Dtx_mutex_performance_system_info_get.c86 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()
Dtx_mutex_performance_info_get.c87 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/
Dtxm_mutex_performance_system_info_get.c77 …(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()
Dtxm_mutex_performance_info_get.c79 … 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/
Dtx_api.h1666 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances);
1668 ULONG *inversions, ULONG *inheritances);
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1604 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances);
1606 ULONG *inversions, ULONG *inheritances);