/ThreadX-v6.4.1/common/src/ |
D | tx_thread_time_slice_change.c | 77 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_sli… in _tx_thread_time_slice_change() argument 89 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_TIME_SLICE_CHANGE, thread_ptr, new_time_slice, thread_ptr … in _tx_thread_time_slice_change() 98 thread_ptr -> tx_thread_time_slice = new_time_slice; in _tx_thread_time_slice_change() 99 thread_ptr -> tx_thread_new_time_slice = new_time_slice; in _tx_thread_time_slice_change() 109 _tx_timer_time_slice = new_time_slice; in _tx_thread_time_slice_change()
|
D | txe_thread_time_slice_change.c | 76 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_sl… in _txe_thread_time_slice_change() argument 117 status = _tx_thread_time_slice_change(thread_ptr, new_time_slice, old_time_slice); in _txe_thread_time_slice_change()
|
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_thread_time_slice_change.c | 76 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_sli… in _tx_thread_time_slice_change() argument 88 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_THREAD_TIME_SLICE_CHANGE, thread_ptr, new_time_slice, thread_ptr … in _tx_thread_time_slice_change() 97 thread_ptr -> tx_thread_time_slice = new_time_slice; in _tx_thread_time_slice_change() 98 thread_ptr -> tx_thread_new_time_slice = new_time_slice; in _tx_thread_time_slice_change() 114 _tx_timer_time_slice[core_index] = new_time_slice; in _tx_thread_time_slice_change()
|
D | txe_thread_time_slice_change.c | 76 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_sl… in _txe_thread_time_slice_change() argument 117 status = _tx_thread_time_slice_change(thread_ptr, new_time_slice, old_time_slice); in _txe_thread_time_slice_change()
|
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_thread_time_slice_change.c | 70 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_time_sli… in _txe_thread_time_slice_change() argument 76 …THREAD_TIME_SLICE_CHANGE_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) new_time_slice, (ALIGN_TYPE) … in _txe_thread_time_slice_change()
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1779 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_ti… 1805 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_t… 1826 UINT _txr_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_t…
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/ |
D | tx_el.h | 345 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/ |
D | tx_el.h | 346 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/ |
D | tx_el.h | 346 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_r5/ghs/inc/ |
D | tx_el.h | 346 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_a7/ghs/inc/ |
D | tx_el.h | 346 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/inc/ |
D | tx_el.h | 345 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/ |
D | tx_el.h | 346 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_r7/ghs/inc/ |
D | tx_el.h | 346 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/ |
D | tx_el.h | 346 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_a8/ghs/inc/ |
D | tx_el.h | 346 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_a5/ghs/inc/ |
D | tx_el.h | 346 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_a9/ghs/inc/ |
D | tx_el.h | 346 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/ |
D | tx_el.h | 346 …ME_SLICE_CHANGE, thread_ptr, thread_ptr -> tx_thread_new_time_slice, new_time_slice); TX_EL_END_FI…
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1806 UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_ti… 1832 UINT _txe_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_slice, ULONG *old_t…
|