Home
last modified time | relevance | path

Searched refs:tx_thread_user_priority (Results 1 – 21 of 21) sorted by relevance

/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_priority_change.c118 *old_priority = thread_ptr -> tx_thread_user_priority; in _tx_thread_priority_change()
121 if ((thread_ptr -> tx_thread_user_priority == new_priority) && in _tx_thread_priority_change()
136 … (thread_ptr -> tx_thread_user_preempt_threshold == thread_ptr -> tx_thread_user_priority)) in _tx_thread_priority_change()
142 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
163 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
210 … (thread_ptr -> tx_thread_user_priority == thread_ptr -> tx_thread_user_preempt_threshold)) in _tx_thread_priority_change()
218 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
236 … (thread_ptr -> tx_thread_user_priority == thread_ptr -> tx_thread_user_preempt_threshold)) in _tx_thread_priority_change()
244 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
282 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
[all …]
Dtx_mutex_priority_change.c179 … if (thread_ptr -> tx_thread_user_priority == thread_ptr -> tx_thread_user_preempt_threshold) in _tx_mutex_priority_change()
202 … if (thread_ptr -> tx_thread_user_priority == thread_ptr -> tx_thread_user_preempt_threshold) in _tx_mutex_priority_change()
207 if (new_priority < thread_ptr -> tx_thread_user_priority) in _tx_mutex_priority_change()
217 … _tx_thread_smp_simple_priority_change(thread_ptr, thread_ptr -> tx_thread_user_priority); in _tx_mutex_priority_change()
248 if (thread_ptr -> tx_thread_user_priority < new_priority) in _tx_mutex_priority_change()
252 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_user_priority; in _tx_mutex_priority_change()
308 if (thread_ptr -> tx_thread_user_priority < new_priority) in _tx_mutex_priority_change()
312 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_user_priority; in _tx_mutex_priority_change()
Dtx_thread_preemption_change.c103 if (new_threshold < thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change()
130 if (new_threshold > thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change()
169 if (thread_ptr -> tx_thread_user_priority == new_threshold) in _tx_thread_preemption_change()
Dtxe_thread_preemption_change.c115 else if (new_threshold > thread_ptr -> tx_thread_user_priority) in _txe_thread_preemption_change()
Dtx_thread_info_get.c127 *priority = thread_ptr -> tx_thread_user_priority; in _tx_thread_info_get()
Dtx_thread_create.c170 thread_ptr -> tx_thread_user_priority = priority; in _tx_thread_create()
Dtx_mutex_put.c242 old_priority = thread_ptr -> tx_thread_user_priority; in _tx_mutex_put()
/ThreadX-v6.4.1/common/src/
Dtx_thread_priority_change.c102 *old_priority = thread_ptr -> tx_thread_user_priority; in _tx_thread_priority_change()
116 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
163 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
209 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
Dtx_thread_preemption_change.c98 if (thread_ptr -> tx_thread_user_priority != new_threshold) in _tx_thread_preemption_change()
122 if (new_threshold > thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change()
134 if (thread_ptr -> tx_thread_user_priority == new_threshold) in _tx_thread_preemption_change()
Dtxe_thread_preemption_change.c115 else if (new_threshold > thread_ptr -> tx_thread_user_priority) in _txe_thread_preemption_change()
Dtx_thread_info_get.c127 *priority = thread_ptr -> tx_thread_user_priority; in _tx_thread_info_get()
Dtx_thread_create.c177 thread_ptr -> tx_thread_user_priority = priority; in _tx_thread_create()
Dtx_mutex_put.c242 old_priority = thread_ptr -> tx_thread_user_priority; in _tx_mutex_put()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_mutex_suspension_timeout_test.c268 thread_0.tx_thread_user_priority = 30; in thread_0_entry()
273 thread_0.tx_thread_user_priority = 31; in thread_0_entry()
278 thread_0.tx_thread_user_priority = 30; in thread_0_entry()
299 thread_0.tx_thread_user_priority = 27; in thread_0_entry()
304 low_priority.tx_thread_user_priority = 30; in thread_0_entry()
309 thread_0.tx_thread_user_priority = 30; in thread_0_entry()
378 thread_0.tx_thread_user_priority = 31; in thread_0_entry()
383 thread_0.tx_thread_user_priority = 31; in thread_0_entry()
Dthreadx_mutex_priority_inheritance_test.c228 thread_3.tx_thread_user_priority = 1; in test_application_define()
509 if ((status != TX_SUCCESS) || (thread_4.tx_thread_user_priority != 8) || (old_priority != 10)) in thread_4_entry()
520 if ((status != TX_SUCCESS) || (thread_4.tx_thread_user_priority != 8) || (old_priority != 8)) in thread_4_entry()
531 if ((status != TX_SUCCESS) || (thread_4.tx_thread_user_priority != 10) || (old_priority != 8)) in thread_4_entry()
Dtestcontrol.c800 init_test_thread.tx_thread_user_priority = 10; in tx_application_define()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_mutex_priority_inheritance_test.c228 thread_3.tx_thread_user_priority = 1; in test_application_define()
Dtestcontrol.c680 init_test_thread.tx_thread_user_priority = 10; in tx_application_define()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c370 thread_ptr -> tx_thread_user_priority = priority; in _txm_module_manager_thread_create()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h590 UINT tx_thread_user_priority; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h558 UINT tx_thread_user_priority; member