Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.c192 thread_ptr -> tx_thread_user_preempt_threshold = preempt_threshold; in _tx_thread_create()
202 thread_ptr -> tx_thread_user_preempt_threshold = ((UINT) 0); in _tx_thread_create()
209 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.3.0/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.c206 thread_ptr -> tx_thread_user_preempt_threshold = preempt_threshold; in _tx_thread_create()
216 thread_ptr -> tx_thread_user_preempt_threshold = ((UINT) 0); in _tx_thread_create()
223 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.3.0/test/smp/regression/
Dthreadx_mutex_suspension_timeout_test.c269 thread_0.tx_thread_user_preempt_threshold = 30; in thread_0_entry()
274 thread_0.tx_thread_user_preempt_threshold = 31; in thread_0_entry()
279 thread_0.tx_thread_user_preempt_threshold = 30; in thread_0_entry()
300 thread_0.tx_thread_user_preempt_threshold = 27; in thread_0_entry()
305 low_priority.tx_thread_user_preempt_threshold = 29; in thread_0_entry()
310 thread_0.tx_thread_user_preempt_threshold = 29; in thread_0_entry()
379 thread_0.tx_thread_user_preempt_threshold = 30; in thread_0_entry()
384 thread_0.tx_thread_user_preempt_threshold = 31; in thread_0_entry()
Dthreadx_mutex_priority_inheritance_test.c229 thread_3.tx_thread_user_preempt_threshold = 1; in test_application_define()
Dtestcontrol.c801 init_test_thread.tx_thread_user_preempt_threshold = 10; in tx_application_define()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c410 thread_ptr -> tx_thread_user_preempt_threshold = preempt_threshold; in _txm_module_manager_thread_create()
420 thread_ptr -> tx_thread_user_preempt_threshold = ((UINT) 0); in _txm_module_manager_thread_create()
427 thread_ptr -> tx_thread_user_preempt_threshold = priority; in _txm_module_manager_thread_create()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_mutex_priority_inheritance_test.c229 thread_3.tx_thread_user_preempt_threshold = 1; in test_application_define()
Dtestcontrol.c681 init_test_thread.tx_thread_user_preempt_threshold = 10; in tx_application_define()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h586 UINT tx_thread_user_preempt_threshold; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h554 UINT tx_thread_user_preempt_threshold; member