/ThreadX-v6.4.1/common/src/ |
D | tx_thread_preemption_change.c | 76 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _tx_thread_preemption_change() argument 98 if (thread_ptr -> tx_thread_user_priority != new_threshold) in _tx_thread_preemption_change() 102 if (new_threshold != ((UINT) 0)) in _tx_thread_preemption_change() 107 new_threshold = ((UINT) 0); in _tx_thread_preemption_change() 116 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_PREEMPTION_CHANGE, thread_ptr, new_threshold, thread_ptr -… in _tx_thread_preemption_change() 122 if (new_threshold > thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change() 134 if (thread_ptr -> tx_thread_user_priority == new_threshold) in _tx_thread_preemption_change() 171 thread_ptr -> tx_thread_user_preempt_threshold = new_threshold; in _tx_thread_preemption_change() 174 if (new_threshold < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_preemption_change() 178 thread_ptr -> tx_thread_preempt_threshold = new_threshold; in _tx_thread_preemption_change() [all …]
|
D | txe_thread_preemption_change.c | 76 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() argument 115 else if (new_threshold > thread_ptr -> tx_thread_user_priority) in _txe_thread_preemption_change() 125 status = _tx_thread_preemption_change(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()
|
/ThreadX-v6.4.1/common_smp/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 103 if (new_threshold < thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change() 107 if (new_threshold != ((UINT) 0)) in _tx_thread_preemption_change() 112 new_threshold = ((UINT) 0); in _tx_thread_preemption_change() 124 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_PREEMPTION_CHANGE, thread_ptr, new_threshold, thread_ptr -… in _tx_thread_preemption_change() 130 if (new_threshold > thread_ptr -> tx_thread_user_priority) in _tx_thread_preemption_change() 146 thread_ptr -> tx_thread_user_preempt_threshold = new_threshold; in _tx_thread_preemption_change() 149 if (new_threshold < thread_ptr -> tx_thread_inherit_priority) in _tx_thread_preemption_change() 153 thread_ptr -> tx_thread_preempt_threshold = new_threshold; in _tx_thread_preemption_change() 169 if (thread_ptr -> tx_thread_user_priority == new_threshold) in _tx_thread_preemption_change()
|
D | txe_thread_preemption_change.c | 76 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() argument 115 else if (new_threshold > thread_ptr -> tx_thread_user_priority) in _txe_thread_preemption_change() 125 status = _tx_thread_preemption_change(thread_ptr, new_threshold, old_threshold); in _txe_thread_preemption_change()
|
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_thread_preemption_change.c | 71 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, UINT *old_threshold) in _txe_thread_preemption_change() argument 77 …_THREAD_PREEMPTION_CHANGE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) new_threshold, (ALIGN_TYPE) … in _txe_thread_preemption_change()
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1768 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, 1796 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, 1818 UINT _txr_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/ |
D | tx_el.h | 352 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/ |
D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/ |
D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_r5/ghs/inc/ |
D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_a7/ghs/inc/ |
D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/inc/ |
D | tx_el.h | 352 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/ |
D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_r7/ghs/inc/ |
D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/ |
D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_a8/ghs/inc/ |
D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_a5/ghs/inc/ |
D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_a9/ghs/inc/ |
D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/ |
D | tx_el.h | 353 …MPTION_CHANGE, thread_ptr, thread_ptr -> tx_thread_preempt_threshold, new_threshold); TX_EL_END_FI…
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1795 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, 1823 UINT _txe_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold,
|