| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_mutex_information_test.c | 32 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances); 136 ULONG inversions; 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); 136 ULONG inversions; 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 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.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 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.3.0/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.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);
|