Home
last modified time | relevance | path

Searched refs:tx_thread_inherit_priority (Results 1 – 19 of 19) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_thread_priority_change.c121 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_priority_change()
132 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
133 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
168 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_priority_change()
179 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
180 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
214 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_priority_change()
225 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
226 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
Dtx_mutex_get.c304 … if (thread_ptr -> tx_thread_priority < mutex_owner -> tx_thread_inherit_priority) in _tx_mutex_get()
308 … mutex_owner -> tx_thread_inherit_priority = thread_ptr -> tx_thread_priority; in _tx_mutex_get()
363 … if (thread_ptr -> tx_thread_priority < mutex_owner -> tx_thread_inherit_priority) in _tx_mutex_get()
367 … mutex_owner -> tx_thread_inherit_priority = thread_ptr -> tx_thread_priority; in _tx_mutex_get()
Dtx_thread_preemption_change.c174 if (new_threshold < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_preemption_change()
184 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_preemption_change()
Dtx_thread_create.c180 thread_ptr -> tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_create()
Dtx_mutex_put.c302 thread_ptr -> tx_thread_inherit_priority = inheritance_priority; in _tx_mutex_put()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_priority_change.c135 else if ((thread_ptr -> tx_thread_inherit_priority < new_priority) && in _tx_thread_priority_change()
168 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_priority_change()
179 … thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
180 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
287 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_priority_change()
298 … thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
299 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
340 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_priority_change()
351 … thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
352 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
Dtx_mutex_get.c304 … if (thread_ptr -> tx_thread_priority < mutex_owner -> tx_thread_inherit_priority) in _tx_mutex_get()
308 … mutex_owner -> tx_thread_inherit_priority = thread_ptr -> tx_thread_priority; in _tx_mutex_get()
363 … if (thread_ptr -> tx_thread_priority < mutex_owner -> tx_thread_inherit_priority) in _tx_mutex_get()
367 … mutex_owner -> tx_thread_inherit_priority = thread_ptr -> tx_thread_priority; in _tx_mutex_get()
Dtx_thread_preemption_change.c149 if (new_threshold < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_preemption_change()
159 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_preemption_change()
Dtx_thread_smp_utilities.c1061 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_smp_simple_priority_change()
1072 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_smp_simple_priority_change()
1073 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_smp_simple_priority_change()
Dtx_thread_create.c173 thread_ptr -> tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_create()
Dtx_mutex_put.c302 thread_ptr -> tx_thread_inherit_priority = inheritance_priority; in _tx_mutex_put()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_mutex_suspension_timeout_test.c233 low_priority.tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES); in thread_0_entry()
Dthreadx_mutex_priority_inheritance_test.c253 (thread_4.tx_thread_inherit_priority != TX_MAX_PRIORITIES)) in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h1586 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_smp_simple_priority_change()
1597 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_smp_simple_priority_change()
1598 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_smp_simple_priority_change()
Dtx_api.h592 UINT tx_thread_inherit_priority; member
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_priority_change.c459 thread_0.tx_thread_inherit_priority = 0; in thread_0_entry()
Dthreadx_mutex_priority_inheritance_test.c253 (thread_4.tx_thread_inherit_priority != TX_MAX_PRIORITIES)) in thread_0_entry()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c373 thread_ptr -> tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES); in _txm_module_manager_thread_create()
/ThreadX-v6.4.1/common/inc/
Dtx_api.h560 UINT tx_thread_inherit_priority; member