Searched refs:tx_thread_inherit_priority (Results 1 – 19 of 19) sorted by relevance
121 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()
304 … 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()
174 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()
180 thread_ptr -> tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_create()
302 thread_ptr -> tx_thread_inherit_priority = inheritance_priority; in _tx_mutex_put()
135 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()
149 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()
1061 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()
173 thread_ptr -> tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES); in _tx_thread_create()
233 low_priority.tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES); in thread_0_entry()
253 (thread_4.tx_thread_inherit_priority != TX_MAX_PRIORITIES)) in thread_0_entry()
1586 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()
592 UINT tx_thread_inherit_priority; member
459 thread_0.tx_thread_inherit_priority = 0; in thread_0_entry()
373 thread_ptr -> tx_thread_inherit_priority = ((UINT) TX_MAX_PRIORITIES); in _txm_module_manager_thread_create()
560 UINT tx_thread_inherit_priority; member