Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_priority_change.c119 *old_priority = thread_ptr -> tx_thread_user_priority; in _tx_thread_priority_change()
122 if ((thread_ptr -> tx_thread_user_priority == new_priority) && in _tx_thread_priority_change()
137 … (thread_ptr -> tx_thread_user_preempt_threshold == thread_ptr -> tx_thread_user_priority)) in _tx_thread_priority_change()
143 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
164 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
211 … (thread_ptr -> tx_thread_user_priority == thread_ptr -> tx_thread_user_preempt_threshold)) in _tx_thread_priority_change()
219 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
237 … (thread_ptr -> tx_thread_user_priority == thread_ptr -> tx_thread_user_preempt_threshold)) in _tx_thread_priority_change()
245 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
283 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
[all …]
Dtx_mutex_priority_change.c180 … if (thread_ptr -> tx_thread_user_priority == thread_ptr -> tx_thread_user_preempt_threshold) in _tx_mutex_priority_change()
203 … if (thread_ptr -> tx_thread_user_priority == thread_ptr -> tx_thread_user_preempt_threshold) in _tx_mutex_priority_change()
208 if (new_priority < thread_ptr -> tx_thread_user_priority) in _tx_mutex_priority_change()
218 … _tx_thread_smp_simple_priority_change(thread_ptr, thread_ptr -> tx_thread_user_priority); in _tx_mutex_priority_change()
249 if (thread_ptr -> tx_thread_user_priority < new_priority) in _tx_mutex_priority_change()
253 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_user_priority; in _tx_mutex_priority_change()
309 if (thread_ptr -> tx_thread_user_priority < new_priority) in _tx_mutex_priority_change()
313 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_user_priority; in _tx_mutex_priority_change()
Dtx_thread_preemption_change.c104 if (new_threshold < thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change()
131 if (new_threshold > thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change()
170 if (thread_ptr -> tx_thread_user_priority == new_threshold) in _tx_thread_preemption_change()
Dtxe_thread_preemption_change.c116 else if (new_threshold > thread_ptr -> tx_thread_user_priority) in _txe_thread_preemption_change()
Dtx_thread_info_get.c128 *priority = thread_ptr -> tx_thread_user_priority; in _tx_thread_info_get()
Dtx_thread_create.c156 thread_ptr -> tx_thread_user_priority = priority; in _tx_thread_create()
Dtx_mutex_put.c243 old_priority = thread_ptr -> tx_thread_user_priority; in _tx_mutex_put()
/ThreadX-v6.2.1/common/src/
Dtx_thread_priority_change.c103 *old_priority = thread_ptr -> tx_thread_user_priority; in _tx_thread_priority_change()
117 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
164 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
210 thread_ptr -> tx_thread_user_priority = new_priority; in _tx_thread_priority_change()
Dtx_thread_preemption_change.c99 if (thread_ptr -> tx_thread_user_priority != new_threshold) in _tx_thread_preemption_change()
123 if (new_threshold > thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change()
135 if (thread_ptr -> tx_thread_user_priority == new_threshold) in _tx_thread_preemption_change()
Dtxe_thread_preemption_change.c116 else if (new_threshold > thread_ptr -> tx_thread_user_priority) in _txe_thread_preemption_change()
Dtx_thread_info_get.c128 *priority = thread_ptr -> tx_thread_user_priority; in _tx_thread_info_get()
Dtx_thread_create.c163 thread_ptr -> tx_thread_user_priority = priority; in _tx_thread_create()
Dtx_mutex_put.c243 old_priority = thread_ptr -> tx_thread_user_priority; in _tx_mutex_put()
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c354 thread_ptr -> tx_thread_user_priority = priority; in _txm_module_manager_thread_create()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h577 UINT tx_thread_user_priority; member
/ThreadX-v6.2.1/common/inc/
Dtx_api.h545 UINT tx_thread_user_priority; member