Home
last modified time | relevance | path

Searched refs:last_preempted_by (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_information_test.c72 TX_THREAD *last_preempted_by; in thread_0_entry() local
115 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
122 (last_preempted_by != thread_0.tx_thread_performance_last_preempting_thread)) 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()
223 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
236 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
[all …]
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_information_test.c72 TX_THREAD *last_preempted_by; in thread_0_entry() local
115 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
122 (last_preempted_by != thread_0.tx_thread_performance_last_preempting_thread)) 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()
223 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
236 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
[all …]
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_performance_info_get.c101 …me_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_preempted_by) in _tx_thread_performance_info_get() argument
204 if (last_preempted_by != TX_NULL) in _tx_thread_performance_info_get()
207 *last_preempted_by = thread_ptr -> tx_thread_performance_last_preempting_thread; in _tx_thread_performance_info_get()
281 else if (last_preempted_by != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.4.1/common/src/
Dtx_thread_performance_info_get.c101 …me_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_preempted_by) in _tx_thread_performance_info_get() argument
204 if (last_preempted_by != TX_NULL) in _tx_thread_performance_info_get()
207 *last_preempted_by = thread_ptr -> tx_thread_performance_last_preempting_thread; in _tx_thread_performance_info_get()
281 else if (last_preempted_by != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_performance_info_get.c91 …me_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_preempted_by) in _tx_thread_performance_info_get() argument
105 extra_parameters[8] = (ALIGN_TYPE) last_preempted_by; in _tx_thread_performance_info_get()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1790 …e_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_preempted_by);
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1763 …e_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_preempted_by);