Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_information_test.c69 ULONG relinquishes; in thread_0_entry() local
115 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
121 …(relinquishes != thread_0.tx_thread_performance_relinquish_count) || (timeouts != thread_0.tx_thre… in thread_0_entry()
133 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry()
139 …(relinquishes != _tx_thread_performance_relinquish_count) || (timeouts != _tx_thread_performance_t… 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.4.1/test/tx/regression/
Dthreadx_thread_information_test.c69 ULONG relinquishes; in thread_0_entry() local
115 … &relinquishes, &timeouts, &wait_aborts, &last_preempted_by); in thread_0_entry()
121 …(relinquishes != thread_0.tx_thread_performance_relinquish_count) || (timeouts != thread_0.tx_thre… in thread_0_entry()
133 … &relinquishes, &timeouts, &wait_aborts, &non_idle_returns, &idle_returns); in thread_0_entry()
139 …(relinquishes != _tx_thread_performance_relinquish_count) || (timeouts != _tx_thread_performance_t… 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.4.1/common_smp/src/
Dtx_thread_performance_system_info_get.c101 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, in _tx_thread_performance_system_info_get() argument
165 if (relinquishes != TX_NULL) in _tx_thread_performance_system_info_get()
168 *relinquishes = _tx_thread_performance_relinquish_count; in _tx_thread_performance_system_info_get()
247 else if (relinquishes != TX_NULL) in _tx_thread_performance_system_info_get()
Dtx_thread_performance_info_get.c101 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre… in _tx_thread_performance_info_get() argument
183 if (relinquishes != TX_NULL) in _tx_thread_performance_info_get()
186 *relinquishes = thread_ptr -> tx_thread_performance_relinquish_count; in _tx_thread_performance_info_get()
263 else if (relinquishes != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.4.1/common/src/
Dtx_thread_performance_system_info_get.c101 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, in _tx_thread_performance_system_info_get() argument
165 if (relinquishes != TX_NULL) in _tx_thread_performance_system_info_get()
168 *relinquishes = _tx_thread_performance_relinquish_count; in _tx_thread_performance_system_info_get()
247 else if (relinquishes != TX_NULL) in _tx_thread_performance_system_info_get()
Dtx_thread_performance_info_get.c101 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre… in _tx_thread_performance_info_get() argument
183 if (relinquishes != TX_NULL) in _tx_thread_performance_info_get()
186 *relinquishes = thread_ptr -> tx_thread_performance_relinquish_count; in _tx_thread_performance_info_get()
263 else if (relinquishes != TX_NULL) in _tx_thread_performance_info_get()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_performance_info_get.c91 …t_preemptions, ULONG *priority_inversions, ULONG *time_slices, ULONG *relinquishes, ULONG *timeout… in _tx_thread_performance_info_get() argument
102 extra_parameters[5] = (ALIGN_TYPE) relinquishes; in _tx_thread_performance_info_get()
Dtxm_thread_performance_system_info_get.c91 …t_preemptions, ULONG *priority_inversions, ULONG *time_slices, ULONG *relinquishes, ULONG *timeout… in _tx_thread_performance_system_info_get() argument
101 extra_parameters[4] = (ALIGN_TYPE) relinquishes; in _tx_thread_performance_system_info_get()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1790 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre…
1793 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts,
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1763 …ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts, TX_THREAD **last_pre…
1766 ULONG *time_slices, ULONG *relinquishes, ULONG *timeouts, ULONG *wait_aborts,