| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_mutex_information_test.c | 32 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances); 137 ULONG inheritances; in thread_0_entry() local 316 …_performance_info_get(&mutex_2, &puts, &gets, &suspensions, &timeouts, &inversions, &inheritances); in thread_0_entry() 321 …(inversions != mutex_2.tx_mutex_performance_priority_inversion_count) || (inheritances != mutex_2.… in thread_0_entry() 330 …tex_performance_system_info_get(&puts, &gets, &suspensions, &timeouts, &inversions, &inheritances); in thread_0_entry() 335 …(inversions != _tx_mutex_performance_priority_inversion_count) || (inheritances != _tx_mutex_perfo… in thread_0_entry() 346 …_performance_info_get(&mutex_2, &puts, &gets, &suspensions, &timeouts, &inversions, &inheritances); in thread_0_entry() 358 …x_performance_info_get(TX_NULL, &puts, &gets, &suspensions, &timeouts, &inversions, &inheritances); in thread_0_entry() 370 …performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts, &inversions, &inheritances); in thread_0_entry() 382 …rformance_info_get(TX_NULL, TX_NULL, TX_NULL, &suspensions, &timeouts, &inversions, &inheritances); in thread_0_entry() [all …]
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_mutex_information_test.c | 32 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances); 137 ULONG inheritances; in thread_0_entry() local 316 …_performance_info_get(&mutex_2, &puts, &gets, &suspensions, &timeouts, &inversions, &inheritances); in thread_0_entry() 321 …(inversions != mutex_2.tx_mutex_performance_priority_inversion_count) || (inheritances != mutex_2.… in thread_0_entry() 330 …tex_performance_system_info_get(&puts, &gets, &suspensions, &timeouts, &inversions, &inheritances); in thread_0_entry() 335 …(inversions != _tx_mutex_performance_priority_inversion_count) || (inheritances != _tx_mutex_perfo… in thread_0_entry() 346 …_performance_info_get(&mutex_2, &puts, &gets, &suspensions, &timeouts, &inversions, &inheritances); in thread_0_entry() 358 …x_performance_info_get(TX_NULL, &puts, &gets, &suspensions, &timeouts, &inversions, &inheritances); in thread_0_entry() 370 …performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts, &inversions, &inheritances); in thread_0_entry() 382 …rformance_info_get(TX_NULL, TX_NULL, TX_NULL, &suspensions, &timeouts, &inversions, &inheritances); in thread_0_entry() [all …]
|
| /ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/common_smp/inc/ |
| D | tx_api.h | 1680 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances); 1682 ULONG *inversions, ULONG *inheritances);
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1618 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances); 1620 ULONG *inversions, ULONG *inheritances);
|