Home
last modified time | relevance | path

Searched refs:priority (Results 426 – 450 of 488) sorted by relevance

1...<<11121314151617181920

/ThreadX-v6.4.1/ports/cortex_a8/ghs/
Dreadme_threadx.txt122 TX_MAX_PRIORITIES Defines the priority levels for ThreadX.
125 by 32. Increasing the number of priority levels
129 default, this value is set to 32 priority levels.
143 TX_TIMER_THREAD_PRIORITY Defines the priority of the internal ThreadX timer
144 … thread. The default value is priority 0 - the highest
145 priority in ThreadX. The default value is defined
/ThreadX-v6.4.1/ports/cortex_a7/ac5/
Dreadme_threadx.txt124 -DTX_MAX_PRIORITIES Defines the priority levels for ThreadX.
127 by 32. Increasing the number of priority levels
131 default, this value is set to 32 priority levels.
145 -DTX_TIMER_THREAD_PRIORITY Defines the priority of the internal ThreadX timer
146 … thread. The default value is priority 0 - the highest
147 priority in ThreadX. The default value is defined
/ThreadX-v6.4.1/ports/cortex_a7/ghs/
Dreadme_threadx.txt122 TX_MAX_PRIORITIES Defines the priority levels for ThreadX.
125 by 32. Increasing the number of priority levels
129 default, this value is set to 32 priority levels.
143 TX_TIMER_THREAD_PRIORITY Defines the priority of the internal ThreadX timer
144 … thread. The default value is priority 0 - the highest
145 priority in ThreadX. The default value is defined
/ThreadX-v6.4.1/ports/cortex_a5/ac5/
Dreadme_threadx.txt125 -DTX_MAX_PRIORITIES Defines the priority levels for ThreadX.
128 by 32. Increasing the number of priority levels
132 default, this value is set to 32 priority levels.
146 -DTX_TIMER_THREAD_PRIORITY Defines the priority of the internal ThreadX timer
147 … thread. The default value is priority 0 - the highest
148 priority in ThreadX. The default value is defined
/ThreadX-v6.4.1/ports/cortex_a5/ghs/
Dreadme_threadx.txt122 TX_MAX_PRIORITIES Defines the priority levels for ThreadX.
125 by 32. Increasing the number of priority levels
129 default, this value is set to 32 priority levels.
143 TX_TIMER_THREAD_PRIORITY Defines the priority of the internal ThreadX timer
144 … thread. The default value is priority 0 - the highest
145 priority in ThreadX. The default value is defined
/ThreadX-v6.4.1/ports/cortex_a5/iar/
Dreadme_threadx.txt122 TX_MAX_PRIORITIES Defines the priority levels for ThreadX.
125 by 32. Increasing the number of priority levels
129 default, this value is set to 32 priority levels.
143 TX_TIMER_THREAD_PRIORITY Defines the priority of the internal ThreadX timer
144 … thread. The default value is priority 0 - the highest
145 priority in ThreadX. The default value is defined
/ThreadX-v6.4.1/ports/cortex_a7/iar/
Dreadme_threadx.txt122 TX_MAX_PRIORITIES Defines the priority levels for ThreadX.
125 by 32. Increasing the number of priority levels
129 default, this value is set to 32 priority levels.
143 TX_TIMER_THREAD_PRIORITY Defines the priority of the internal ThreadX timer
144 … thread. The default value is priority 0 - the highest
145 priority in ThreadX. The default value is defined
/ThreadX-v6.4.1/ports/arm11/iar/
Dreadme_threadx.txt127 TX_MAX_PRIORITIES Defines the priority levels for ThreadX.
130 by 32. Increasing the number of priority levels
134 default, this value is set to 32 priority levels.
148 TX_TIMER_THREAD_PRIORITY Defines the priority of the internal ThreadX timer
149 … thread. The default value is priority 0 - the highest
150 priority in ThreadX. The default value is defined
/ThreadX-v6.4.1/ports/cortex_r5/ghs/
Dreadme_threadx.txt122 TX_MAX_PRIORITIES Defines the priority levels for ThreadX.
125 by 32. Increasing the number of priority levels
129 default, this value is set to 32 priority levels.
143 TX_TIMER_THREAD_PRIORITY Defines the priority of the internal ThreadX timer
144 … thread. The default value is priority 0 - the highest
145 priority in ThreadX. The default value is defined
/ThreadX-v6.4.1/ports/cortex_r7/ghs/
Dreadme_threadx.txt122 TX_MAX_PRIORITIES Defines the priority levels for ThreadX.
125 by 32. Increasing the number of priority levels
129 default, this value is set to 32 priority levels.
143 TX_TIMER_THREAD_PRIORITY Defines the priority of the internal ThreadX timer
144 … thread. The default value is priority 0 - the highest
145 priority in ThreadX. The default value is defined
/ThreadX-v6.4.1/ports/cortex_r5/ac5/
Dreadme_threadx.txt125 -DTX_MAX_PRIORITIES Defines the priority levels for ThreadX.
128 by 32. Increasing the number of priority levels
132 default, this value is set to 32 priority levels.
146 -DTX_TIMER_THREAD_PRIORITY Defines the priority of the internal ThreadX timer
147 … thread. The default value is priority 0 - the highest
148 priority in ThreadX. The default value is defined
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_smp_random_resume_suspend_exclusion_pt_test.c2142 UINT priority; in control_thread_entry() local
2165 priority = 0; in control_thread_entry()
2174 priority, priority, TX_NO_TIME_SLICE, TX_DONT_START); in control_thread_entry()
2188 priority++; in control_thread_entry()
2191 if (priority >= TX_MAX_PRIORITIES) in control_thread_entry()
2195 priority = 0; in control_thread_entry()
Dthreadx_mutex_priority_inheritance_test.c39 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT priority, UINT threshold);
Dthreadx_thread_basic_execution_test.c62 UINT priority, UINT preempt_threshold,
/ThreadX-v6.4.1/common_modules/inc/
Dtxm_module.h636 … VOID *stack_start, ULONG stack_size, UINT priority, UINT preempt_threshold,
643 …xm_module_manager_maximum_module_priority_set(TXM_MODULE_INSTANCE *module_instance, UINT priority);
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_mutex_priority_inheritance_test.c39 VOID _tx_mutex_priority_change(TX_THREAD *thread_ptr, UINT priority, UINT threshold);
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/
Dreadme_threadx.txt250 the MIPS interAptiv. ThreadX application threads (of varying priority) that are "READY"
261 means that application threads may be preempted by higher priority threads, may
279 1. Hardware priority assignment for each TC is not setup.
/ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dcrt1cl.s99 ; priority optional component command-line option
/ThreadX-v6.4.1/ports/rxv1/ccrx/src/
Dtx_thread_context_restore.src197 MVTC #0, PSW ; Reset interrupt priority level to 0
/ThreadX-v6.4.1/ports/risc-v32/iar/src/
Dtx_thread_context_restore.s193 … bne t1, t2, _tx_thread_preempt_restore ; If higher-priority thread is ready, preempt
/ThreadX-v6.4.1/ports/rxv2/ccrx/src/
Dtx_thread_context_restore.src204 MVTC #0, PSW ; Reset interrupt priority level to 0
/ThreadX-v6.4.1/ports/rxv3/ccrx/src/
Dtx_thread_context_restore.src214 MVTC #0, PSW ; Reset interrupt priority level to 0
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1752 UINT priority, UINT preempt_threshold,
1758 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
1789 UINT priority, UINT preempt_threshold,
1794 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
1811 UINT priority, UINT preempt_threshold,
1816 UINT *priority, UINT *preemption_threshold, ULONG *time_slice,
/ThreadX-v6.4.1/ports_module/cortex_a7/ac5/example_build/
Dtx_initialize_low_level.s239 ; r1 - priority
259 ; setup priority
/ThreadX-v6.4.1/ports/c667x/ccs/example_build/include/
DC66XX_FUNCTIONS.hxx1600 uint32_t priority; /**< priority bit */ member

1...<<11121314151617181920