Home
last modified time | relevance | path

Searched refs:tx_thread_user_preempt_threshold (Results 1 – 13 of 13) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtx_mutex_priority_change.c121 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
125 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_mutex_priority_change()
166 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
170 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_mutex_priority_change()
215 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
219 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_mutex_priority_change()
Dtx_thread_priority_change.c118 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
165 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
211 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
Dtx_thread_create.c177 thread_ptr -> tx_thread_user_preempt_threshold = preempt_threshold; in _tx_thread_create()
187 thread_ptr -> tx_thread_user_preempt_threshold = ((UINT) 0); in _tx_thread_create()
194 thread_ptr -> tx_thread_user_preempt_threshold = priority; in _tx_thread_create()
Dtx_thread_preemption_change.c169 *old_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_preemption_change()
172 thread_ptr -> tx_thread_user_preempt_threshold = new_threshold; in _tx_thread_preemption_change()
Dtx_thread_info_get.c135 *preemption_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_info_get()
/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_priority_change.c123 (thread_ptr -> tx_thread_user_preempt_threshold == 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()
144 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
165 thread_ptr -> tx_thread_user_preempt_threshold = 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()
220 thread_ptr -> tx_thread_user_preempt_threshold = 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()
246 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
284 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
337 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
Dtx_mutex_priority_change.c142 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
146 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_mutex_priority_change()
180 … 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()
263 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
267 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_mutex_priority_change()
323 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
327 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_mutex_priority_change()
Dtx_thread_preemption_change.c144 *old_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_preemption_change()
147 thread_ptr -> tx_thread_user_preempt_threshold = new_threshold; in _tx_thread_preemption_change()
Dtx_thread_create.c191 thread_ptr -> tx_thread_user_preempt_threshold = preempt_threshold; in _tx_thread_create()
201 thread_ptr -> tx_thread_user_preempt_threshold = ((UINT) 0); in _tx_thread_create()
208 thread_ptr -> tx_thread_user_preempt_threshold = priority; in _tx_thread_create()
Dtx_thread_info_get.c135 *preemption_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_info_get()
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c393 thread_ptr -> tx_thread_user_preempt_threshold = preempt_threshold; in _txm_module_manager_thread_create()
403 thread_ptr -> tx_thread_user_preempt_threshold = ((UINT) 0); in _txm_module_manager_thread_create()
410 thread_ptr -> tx_thread_user_preempt_threshold = priority; in _txm_module_manager_thread_create()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h578 UINT tx_thread_user_preempt_threshold; member
/ThreadX-v6.2.1/common/inc/
Dtx_api.h546 UINT tx_thread_user_preempt_threshold; member