Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_information_test.c71 ULONG wait_aborts; in thread_0_entry() local
115 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
121 …unt) || (timeouts != thread_0.tx_thread_performance_timeout_count) || (wait_aborts != thread_0.tx_… in thread_0_entry()
133 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry()
139 …quish_count) || (timeouts != _tx_thread_performance_timeout_count) || (wait_aborts != _tx_thread_p… in thread_0_entry()
158 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
171 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
184 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
197 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
210 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
[all …]
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_information_test.c71 ULONG wait_aborts; in thread_0_entry() local
115 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
121 …unt) || (timeouts != thread_0.tx_thread_performance_timeout_count) || (wait_aborts != thread_0.tx_… in thread_0_entry()
133 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry()
139 …quish_count) || (timeouts != _tx_thread_performance_timeout_count) || (wait_aborts != _tx_thread_p… in thread_0_entry()
158 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
171 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
184 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
197 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
210 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
[all …]
/ThreadX-v6.3.0/common/src/
Dtx_thread_performance_system_info_get.c102 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, in _tx_thread_performance_system_info_get() argument
180 if (wait_aborts != TX_NULL) in _tx_thread_performance_system_info_get()
183 *wait_aborts = _tx_thread_performance_wait_abort_count; in _tx_thread_performance_system_info_get()
260 else if (wait_aborts != TX_NULL) in _tx_thread_performance_system_info_get()
Dtx_thread_performance_info_get.c102 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre… in _tx_thread_performance_info_get() argument
198 if (wait_aborts != TX_NULL) in _tx_thread_performance_info_get()
201 *wait_aborts = thread_ptr -> tx_thread_performance_wait_abort_count; in _tx_thread_performance_info_get()
276 else if (wait_aborts != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_performance_system_info_get.c102 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, in _tx_thread_performance_system_info_get() argument
180 if (wait_aborts != TX_NULL) in _tx_thread_performance_system_info_get()
183 *wait_aborts = _tx_thread_performance_wait_abort_count; in _tx_thread_performance_system_info_get()
260 else if (wait_aborts != TX_NULL) in _tx_thread_performance_system_info_get()
Dtx_thread_performance_info_get.c102 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre… in _tx_thread_performance_info_get() argument
198 if (wait_aborts != TX_NULL) in _tx_thread_performance_info_get()
201 *wait_aborts = thread_ptr -> tx_thread_performance_wait_abort_count; in _tx_thread_performance_info_get()
276 else if (wait_aborts != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_thread_performance_info_get.c92 …ions, ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **la… in _tx_thread_performance_info_get() argument
105 extra_parameters[7] = (ALIGN_TYPE) wait_aborts; in _tx_thread_performance_info_get()
Dtxm_thread_performance_system_info_get.c92 …ions, ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, ULONG *non_idl… in _tx_thread_performance_system_info_get() argument
104 extra_parameters[6] = (ALIGN_TYPE) wait_aborts; in _tx_thread_performance_system_info_get()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1785 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre…
1788 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts,
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1758 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre…
1761 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts,