Searched refs:priority (Results 451 – 475 of 488) sorted by relevance
1...<<11121314151617181920
| /ThreadX-v6.4.1/ports/win32/vs_2019/ |
| D | readme_threadx.txt | 50 itself is a Win32 thread. The ThreadX scheduler is the highest priority
|
| /ThreadX-v6.4.1/ports/cortex_r4/ghs/src/ |
| D | tx_thread_context_restore.arm | 149 CMP r0, r2 # Is the same thread highest priority?
|
| D | tx_thread_fiq_context_restore.arm | 154 CMP r0, r2 # Is the same thread highest priority?
|
| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_thread_basic_execution_test.c | 62 UINT priority, UINT preempt_threshold,
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/ |
| D | os.h | 867 TaskType CreateTask(const CHAR *name, void(*entry_function)(), UINT priority, UINT max_activa…
|
| /ThreadX-v6.4.1/ports/cortex_a8/ghs/src/ |
| D | tx_thread_context_restore.arm | 149 CMP r0, r2 # Is the same thread highest priority?
|
| D | tx_thread_fiq_context_restore.arm | 154 CMP r0, r2 # Is the same thread highest priority?
|
| /ThreadX-v6.4.1/ports/cortex_a9/ghs/src/ |
| D | tx_thread_context_restore.arm | 149 CMP r0, r2 # Is the same thread highest priority?
|
| D | tx_thread_fiq_context_restore.arm | 154 CMP r0, r2 # Is the same thread highest priority?
|
| /ThreadX-v6.4.1/ports/cortex_a7/ghs/src/ |
| D | tx_thread_context_restore.arm | 149 CMP r0, r2 # Is the same thread highest priority?
|
| D | tx_thread_fiq_context_restore.arm | 154 CMP r0, r2 # Is the same thread highest priority?
|
| /ThreadX-v6.4.1/ports/cortex_a5/ghs/src/ |
| D | tx_thread_context_restore.arm | 149 CMP r0, r2 # Is the same thread highest priority?
|
| D | tx_thread_fiq_context_restore.arm | 154 CMP r0, r2 # Is the same thread highest priority?
|
| /ThreadX-v6.4.1/ports/cortex_r5/ghs/src/ |
| D | tx_thread_context_restore.arm | 149 CMP r0, r2 # Is the same thread highest priority?
|
| D | tx_thread_fiq_context_restore.arm | 154 CMP r0, r2 # Is the same thread highest priority?
|
| /ThreadX-v6.4.1/ports/cortex_r7/ghs/src/ |
| D | tx_thread_context_restore.arm | 149 CMP r0, r2 # Is the same thread highest priority?
|
| D | tx_thread_fiq_context_restore.arm | 154 CMP r0, r2 # Is the same thread highest priority?
|
| /ThreadX-v6.4.1/common_smp/inc/ |
| D | tx_api.h | 1779 UINT priority, UINT preempt_threshold, 1785 UINT *priority, UINT *preemption_threshold, ULONG *time_slice, 1816 UINT priority, UINT preempt_threshold, 1821 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
|
| /ThreadX-v6.4.1/ports_smp/cortex_r8_smp/ac5/example_build/sample_threadx/ |
| D | startup.S | 506 ; Set the priority
|
| /ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/src/ |
| D | tx_thread_context_restore.a64 | 156 CMP x0, x2 // Is the same thread highest priority?
|
| /ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/ |
| D | tx_el.h | 342 …_INSERT_INFO4(TX_EL_THREAD_CREATE, thread_ptr, stack_start, stack_size, priority); TX_EL_END_FILTER
|
| /ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/ |
| D | tx_el.h | 342 …_INSERT_INFO4(TX_EL_THREAD_CREATE, thread_ptr, stack_start, stack_size, priority); TX_EL_END_FILTER
|
| /ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/ |
| D | tx_el.h | 341 …_INSERT_INFO4(TX_EL_THREAD_CREATE, thread_ptr, stack_start, stack_size, priority); TX_EL_END_FILTER
|
| /ThreadX-v6.4.1/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/ |
| D | startup.s | 433 BL setPriorityMask ; Set priority mask (local)
|
| /ThreadX-v6.4.1/ports_smp/cortex_a9_smp/ac5/example_build/sample_threadx/ |
| D | startup.s | 448 BL set_priority_mask ; Set priority mask (local)
|
1...<<11121314151617181920