Home
last modified time | relevance | path

Searched refs:inheritances (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_mutex_information_test.c32 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/
Dthreadx_mutex_information_test.c32 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/
Dtx_mutex_performance_system_info_get.c86 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()
Dtx_mutex_performance_info_get.c87 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/
Dtx_mutex_performance_system_info_get.c86 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()
Dtx_mutex_performance_info_get.c87 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/
Dtxm_mutex_performance_system_info_get.c77 …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()
Dtxm_mutex_performance_info_get.c79 …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/
Dtx_api.h1680 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances);
1682 ULONG *inversions, ULONG *inheritances);
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1618 ULONG *suspensions, ULONG *timeouts, ULONG *inversions, ULONG *inheritances);
1620 ULONG *inversions, ULONG *inheritances);