Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_thread_priority_change.c122 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_priority_change()
133 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
134 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
169 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_priority_change()
180 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
181 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
215 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_priority_change()
226 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
227 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
Dtx_mutex_get.c305 … if (thread_ptr -> tx_thread_priority < mutex_owner -> tx_thread_inherit_priority) in _tx_mutex_get()
309 … mutex_owner -> tx_thread_inherit_priority = thread_ptr -> tx_thread_priority; in _tx_mutex_get()
364 … if (thread_ptr -> tx_thread_priority < mutex_owner -> tx_thread_inherit_priority) in _tx_mutex_get()
368 … mutex_owner -> tx_thread_inherit_priority = thread_ptr -> tx_thread_priority; in _tx_mutex_get()
Dtx_thread_preemption_change.c175 if (new_threshold < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_preemption_change()
185 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_preemption_change()
Dtx_thread_create.c181 thread_ptr -> tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_create()
Dtx_mutex_put.c303 thread_ptr -> tx_thread_inherit_priority = inheritance_priority; in _tx_mutex_put()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_priority_change.c136 else if ((thread_ptr -> tx_thread_inherit_priority < new_priority) && in _tx_thread_priority_change()
169 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_priority_change()
180 … thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
181 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
288 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_priority_change()
299 … thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
300 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
341 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_priority_change()
352 … thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
353 … thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_priority_change()
Dtx_mutex_get.c305 … if (thread_ptr -> tx_thread_priority < mutex_owner -> tx_thread_inherit_priority) in _tx_mutex_get()
309 … mutex_owner -> tx_thread_inherit_priority = thread_ptr -> tx_thread_priority; in _tx_mutex_get()
364 … if (thread_ptr -> tx_thread_priority < mutex_owner -> tx_thread_inherit_priority) in _tx_mutex_get()
368 … mutex_owner -> tx_thread_inherit_priority = thread_ptr -> tx_thread_priority; in _tx_mutex_get()
Dtx_thread_preemption_change.c150 if (new_threshold < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_preemption_change()
160 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_preemption_change()
Dtx_thread_smp_utilities.c1062 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_smp_simple_priority_change()
1073 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_smp_simple_priority_change()
1074 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_smp_simple_priority_change()
Dtx_thread_create.c174 thread_ptr -> tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_create()
Dtx_mutex_put.c303 thread_ptr -> tx_thread_inherit_priority = inheritance_priority; in _tx_mutex_put()
/ThreadX-v6.3.0/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.3.0/common_smp/inc/
Dtx_thread.h1587 if (new_priority < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_smp_simple_priority_change()
1598 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_smp_simple_priority_change()
1599 thread_ptr -> tx_thread_preempt_threshold = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_smp_simple_priority_change()
Dtx_api.h587 UINT tx_thread_inherit_priority; member
/ThreadX-v6.3.0/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.3.0/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c374 thread_ptr -> tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES); in _txm_module_manager_thread_create()
/ThreadX-v6.3.0/common/inc/
Dtx_api.h555 UINT tx_thread_inherit_priority; member