| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_preemption_change.c | 77 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _tx_thread_preemption_change() argument 99 if (thread_ptr -> tx_thread_user_priority != new_threshold) in _tx_thread_preemption_change() 103 if (new_threshold != ((UINT) 0)) in _tx_thread_preemption_change() 108 new_threshold = ((UINT) 0); in _tx_thread_preemption_change() 117 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_PREEMPTION_CHANGE, thread_ptr, new_threshold, thread_ptr -… in _tx_thread_preemption_change() 123 if (new_threshold > thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change() 135 if (thread_ptr -> tx_thread_user_priority == new_threshold) in _tx_thread_preemption_change() 172 thread_ptr -> tx_thread_user_preempt_threshold = new_threshold; in _tx_thread_preemption_change() 175 if (new_threshold < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_preemption_change() 179 thread_ptr -> tx_thread_preempt_threshold = new_threshold; in _tx_thread_preemption_change() [all …]
|
| D | txe_thread_preemption_change.c | 77 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() argument 116 else if (new_threshold > thread_ptr -> tx_thread_user_priority) in _txe_thread_preemption_change() 126 status = _tx_thread_preemption_change(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_preemption_change.c | 78 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _tx_thread_preemption_change() argument 104 if (new_threshold < thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change() 108 if (new_threshold != ((UINT) 0)) in _tx_thread_preemption_change() 113 new_threshold = ((UINT) 0); in _tx_thread_preemption_change() 125 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_PREEMPTION_CHANGE, thread_ptr, new_threshold, thread_ptr -… in _tx_thread_preemption_change() 131 if (new_threshold > thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change() 147 thread_ptr -> tx_thread_user_preempt_threshold = new_threshold; in _tx_thread_preemption_change() 150 if (new_threshold < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_preemption_change() 154 thread_ptr -> tx_thread_preempt_threshold = new_threshold; in _tx_thread_preemption_change() 170 if (thread_ptr -> tx_thread_user_priority == new_threshold) in _tx_thread_preemption_change()
|
| D | txe_thread_preemption_change.c | 77 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() argument 116 else if (new_threshold > thread_ptr -> tx_thread_user_priority) in _txe_thread_preemption_change() 126 status = _tx_thread_preemption_change(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_thread_preemption_change.c | 72 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() argument 78 …_THREAD_PREEMPTION_CHANGE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) new_threshold, (ALIGN_TYPE) … in _txe_thread_preemption_change()
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1763 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, 1791 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, 1813 UINT _txr_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/ |
| D | tx_el.h | 354 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/ports/cortex_r4/ghs/inc/ |
| D | tx_el.h | 354 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/ |
| D | tx_el.h | 354 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/ |
| D | tx_el.h | 354 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/inc/ |
| D | tx_el.h | 354 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/ports/cortex_a9/ghs/inc/ |
| D | tx_el.h | 354 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/ports/cortex_r5/ghs/inc/ |
| D | tx_el.h | 354 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/ports/cortex_r7/ghs/inc/ |
| D | tx_el.h | 354 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/inc/ |
| D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/ |
| D | tx_el.h | 354 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/inc/ |
| D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/ports/cortex_a7/ghs/inc/ |
| D | tx_el.h | 354 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/ports/cortex_a5/ghs/inc/ |
| D | tx_el.h | 354 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1790 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, 1818 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
|