Home
last modified time | relevance | path

Searched refs:scheduler (Results 1 – 18 of 18) sorted by relevance

/Kernel-v11.0.1/portable/IAR/RL78/
Dportasm.s51 RCALL (_vTaskSwitchContext) ; Call the scheduler to select the next task.
58 ; Starts the scheduler by restoring the context of the task that will execute
79 RCALL (_vTaskSwitchContext) ; Call the scheduler to select the next task.
/Kernel-v11.0.1/portable/CCS/MSP430X/
Dportext.asm75 ;* If the cooperative scheduler is in use this simply increments the tick
78 ;* If the preemptive scheduler is in use a context switch can also occur.
142 ; Start off the scheduler by initialising the RTOS tick timer, then restoring
/Kernel-v11.0.1/portable/IAR/MSP430/
Dportext.s4344 * If the cooperative scheduler is in use this simply increments the tick
47 * If the preemptive scheduler is in use a context switch can also occur.
85 * Start off the scheduler by initialising the RTOS tick timer, then restoring
/Kernel-v11.0.1/portable/IAR/AVR_AVRDx/
Dportmacro.s9038 ; Functions used by scheduler
218 call vTaskSwitchContext ; Call the scheduler.
220 ret ; ... scheduler decided should run.
229 call vTaskSwitchContext ; Call the scheduler.
233 reti ; ... scheduler decided should run.
237 call vTaskSwitchContext ; Call the scheduler.
239 reti ; ... scheduler decided should run.
/Kernel-v11.0.1/portable/IAR/AVR_Mega0/
Dportmacro.s9038 ; Functions used by scheduler
212 call vTaskSwitchContext ; Call the scheduler.
214 ret ; ... scheduler decided should run.
223 call vTaskSwitchContext ; Call the scheduler.
227 reti ; ... scheduler decided should run.
231 call vTaskSwitchContext ; Call the scheduler.
233 reti ; ... scheduler decided should run.
/Kernel-v11.0.1/portable/IAR/MSP430X/
Dportext.s4371 * If the cooperative scheduler is in use this simply increments the tick
74 * If the preemptive scheduler is in use a context switch can also occur.
123 * Start off the scheduler by initialising the RTOS tick timer, then restoring
/Kernel-v11.0.1/portable/IAR/78K0R/
Dportasm.s2644 ; Functions used by scheduler
76 call vTaskSwitchContext ; Call the scheduler to select the next task.
114 call vTaskSwitchContext ; Call the scheduler to select the next task.
DISR_Support.h32 Variables used by scheduler variable
/Kernel-v11.0.1/portable/IAR/V850ES/
Dportasm.s8532 ; Functions used by scheduler
37 ; Variables used by scheduler
221 jarl vTaskSwitchContext,lp ; Call the scheduler.
223 ; ... scheduler decided should run.
257 jarl vTaskSwitchContext,lp ; Call the scheduler.
259 ; ... scheduler decided should run.
Dportasm_Fx3.s8532 ; Functions used by scheduler
37 ; Variables used by scheduler
230 jarl vTaskSwitchContext,lp ; Call the scheduler.
232 ; ... scheduler decided should run.
266 jarl vTaskSwitchContext,lp ; Call the scheduler.
268 ; ... scheduler decided should run.
Dportasm_Hx2.s8532 ; Functions used by scheduler
37 ; Variables used by scheduler
221 jarl vTaskSwitchContext,lp ; Call the scheduler.
223 ; ... scheduler decided should run.
257 jarl vTaskSwitchContext,lp ; Call the scheduler.
259 ; ... scheduler decided should run.
/Kernel-v11.0.1/portable/IAR/ATMega323/
Dportmacro.s9041 ; Functions used by scheduler
215 call vTaskSwitchContext ; Call the scheduler.
217 ret ; ... scheduler decided should run.
224 call vTaskSwitchContext ; Call the scheduler.
227 ret ; ... scheduler decided should run.
/Kernel-v11.0.1/portable/RVDS/ARM7_LPC21xx/
DportASM.s93 ; Interrupt service routine for preemptive scheduler tick timer
/Kernel-v11.0.1/
DHistory.txt30 scheduler events. We thank @conara for their contribution.
92 scheduler is stopped. We thank @Ju1He1 for their contribution.
131 swapped out by the scheduler, the task's context is now saved in its
210 + Fix the scheduler logic in a couple of places to not preempt a task when an
653 in xTaskRemoveFromEventList() if the scheduler is not suspended.
827 the FPU is used before the scheduler is started. This just saves a few
934 that would benefit from executing after the scheduler has been started.
1198 FreeRTOS scheduler, kernel, demo and test updates:
1323 V7.6.0 changes some behaviour when the co-operative scheduler is used (when
1325 behaviour of the pre-emptive scheduler is unchanged - the following
[all …]
/Kernel-v11.0.1/portable/IAR/ARM_CA5_No_GIC/
DportASM.s64 ; vPortRestoreTaskContext is used to start the scheduler.
/Kernel-v11.0.1/portable/IAR/ARM_CA9/
DportASM.s65 ; vPortRestoreTaskContext is used to start the scheduler.
/Kernel-v11.0.1/portable/RVDS/ARM_CA9/
DportASM.s61 ; vPortRestoreTaskContext is used to start the scheduler.
/Kernel-v11.0.1/portable/ThirdParty/GCC/ATmega/
Dreadme.md16 …reserved during a context switch. Also, due to a limitation in GCC, the scheduler needs to reside …
39 …` with the linker attribute `.lowtext` which is used to ensure that the scheduler and relevant fun…