Searched refs:inheritances (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 142 if (inheritances != TX_NULL) in _tx_mutex_performance_system_info_get() 145 *inheritances = _tx_mutex_performance__priority_inheritance_count; in _tx_mutex_performance_system_info_get() 190 else if (inheritances != 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 165 if (inheritances != TX_NULL) in _tx_mutex_performance_info_get() 168 *inheritances = mutex_ptr -> tx_mutex_performance__priority_inheritance_count; in _tx_mutex_performance_info_get() 215 else if (inheritances != 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 142 if (inheritances != TX_NULL) in _tx_mutex_performance_system_info_get() 145 *inheritances = _tx_mutex_performance__priority_inheritance_count; in _tx_mutex_performance_system_info_get() 190 else if (inheritances != 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 165 if (inheritances != TX_NULL) in _tx_mutex_performance_info_get() 168 *inheritances = mutex_ptr -> tx_mutex_performance__priority_inheritance_count; in _tx_mutex_performance_info_get() 215 else if (inheritances != 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 …NG *puts, ULONG *gets, ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances) in _tx_mutex_performance_system_info_get() argument 86 extra_parameters[3] = (ALIGN_TYPE) inheritances; in _tx_mutex_performance_system_info_get()
|
| D | txm_mutex_performance_info_get.c | 79 …NG *puts, ULONG *gets, ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances) in _tx_mutex_performance_info_get() argument 89 extra_parameters[4] = (ALIGN_TYPE) inheritances; 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);
|