Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_mutex_priority_change.c120 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
124 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_mutex_priority_change()
165 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
169 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_mutex_priority_change()
214 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
218 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_mutex_priority_change()
Dtx_thread_priority_change.c117 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
164 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
210 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_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_preemption_change.c168 *old_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_preemption_change()
171 thread_ptr -> tx_thread_user_preempt_threshold = new_threshold; in _tx_thread_preemption_change()
Dtx_thread_info_get.c134 *preemption_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_info_get()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_priority_change.c122 (thread_ptr -> tx_thread_user_preempt_threshold == 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()
143 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
164 thread_ptr -> tx_thread_user_preempt_threshold = 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()
219 thread_ptr -> tx_thread_user_preempt_threshold = 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()
245 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
283 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
336 thread_ptr -> tx_thread_user_preempt_threshold = new_priority; in _tx_thread_priority_change()
Dtx_mutex_priority_change.c141 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
145 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_mutex_priority_change()
179 … 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()
262 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
266 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_mutex_priority_change()
322 if (thread_ptr -> tx_thread_user_preempt_threshold < new_priority) in _tx_mutex_priority_change()
326 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_mutex_priority_change()
Dtx_thread_preemption_change.c143 *old_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_preemption_change()
146 thread_ptr -> tx_thread_user_preempt_threshold = new_threshold; in _tx_thread_preemption_change()
Dtx_thread_create.c205 thread_ptr -> tx_thread_user_preempt_threshold = preempt_threshold; in _tx_thread_create()
215 thread_ptr -> tx_thread_user_preempt_threshold = ((UINT) 0); in _tx_thread_create()
222 thread_ptr -> tx_thread_user_preempt_threshold = priority; in _tx_thread_create()
Dtx_thread_info_get.c134 *preemption_threshold = thread_ptr -> tx_thread_user_preempt_threshold; in _tx_thread_info_get()
/ThreadX-v6.4.1/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.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c409 thread_ptr -> tx_thread_user_preempt_threshold = preempt_threshold; in _txm_module_manager_thread_create()
419 thread_ptr -> tx_thread_user_preempt_threshold = ((UINT) 0); in _txm_module_manager_thread_create()
426 thread_ptr -> tx_thread_user_preempt_threshold = priority; in _txm_module_manager_thread_create()
/ThreadX-v6.4.1/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.4.1/common_smp/inc/
Dtx_api.h591 UINT tx_thread_user_preempt_threshold; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h559 UINT tx_thread_user_preempt_threshold; member