Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_information_test.c67 ULONG priority_inversions; in thread_0_entry() local
114 …ns, &suspensions, &solicited_preemptions, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
120 …(priority_inversions != thread_0.tx_thread_performance_priority_inversion_count) || (time_slices !… in thread_0_entry()
132 …ns, &suspensions, &solicited_preemptions, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
138 …(priority_inversions != _tx_thread_performance_priority_inversion_count) || (time_slices != _tx_th… in thread_0_entry()
157 …ns, &suspensions, &solicited_preemptions, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
170 …ns, &suspensions, &solicited_preemptions, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
183 …LL, &suspensions, &solicited_preemptions, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
196 …TX_NULL, TX_NULL, &solicited_preemptions, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
209 …o_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
[all …]
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_information_test.c67 ULONG priority_inversions; in thread_0_entry() local
114 …ns, &suspensions, &solicited_preemptions, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
120 …(priority_inversions != thread_0.tx_thread_performance_priority_inversion_count) || (time_slices !… in thread_0_entry()
132 …ns, &suspensions, &solicited_preemptions, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
138 …(priority_inversions != _tx_thread_performance_priority_inversion_count) || (time_slices != _tx_th… in thread_0_entry()
157 …ns, &suspensions, &solicited_preemptions, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
170 …ns, &suspensions, &solicited_preemptions, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
183 …LL, &suspensions, &solicited_preemptions, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
196 …TX_NULL, TX_NULL, &solicited_preemptions, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
209 …o_get(TX_NULL, TX_NULL, TX_NULL, TX_NULL, &interrupt_preemptions, &priority_inversions, &time_slic… in thread_0_entry()
[all …]
/ThreadX-v6.3.0/common/src/
Dtx_thread_performance_system_info_get.c101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_system_info_get() argument
152 if (priority_inversions != TX_NULL) in _tx_thread_performance_system_info_get()
155 *priority_inversions = _tx_thread_performance_priority_inversion_count; in _tx_thread_performance_system_info_get()
236 else if (priority_inversions != TX_NULL) in _tx_thread_performance_system_info_get()
Dtx_thread_performance_info_get.c101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_info_get() argument
170 if (priority_inversions != TX_NULL) in _tx_thread_performance_info_get()
173 *priority_inversions = thread_ptr -> tx_thread_performance_priority_inversion_count; in _tx_thread_performance_info_get()
252 else if (priority_inversions != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_performance_system_info_get.c101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_system_info_get() argument
152 if (priority_inversions != TX_NULL) in _tx_thread_performance_system_info_get()
155 *priority_inversions = _tx_thread_performance_priority_inversion_count; in _tx_thread_performance_system_info_get()
236 else if (priority_inversions != TX_NULL) in _tx_thread_performance_system_info_get()
Dtx_thread_performance_info_get.c101 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, in _tx_thread_performance_info_get() argument
170 if (priority_inversions != TX_NULL) in _tx_thread_performance_info_get()
173 *priority_inversions = thread_ptr -> tx_thread_performance_priority_inversion_count; in _tx_thread_performance_info_get()
252 else if (priority_inversions != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_thread_performance_info_get.c92 …ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, ULONG *tim… in _tx_thread_performance_info_get() argument
101 extra_parameters[3] = (ALIGN_TYPE) priority_inversions; in _tx_thread_performance_info_get()
Dtxm_thread_performance_system_info_get.c92 …ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions, ULONG *tim… in _tx_thread_performance_system_info_get() argument
100 extra_parameters[2] = (ALIGN_TYPE) priority_inversions; in _tx_thread_performance_system_info_get()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1784 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions,
1787 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions,
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1757 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions,
1760 … ULONG *solicited_preemptions, ULONG *interrupt_preemptions, ULONG *priority_inversions,