Searched refs:scheduler (Results 1 – 18 of 18) sorted by relevance
| /Kernel-v11.0.1/portable/IAR/RL78/ |
| D | portasm.s | 51 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/ |
| D | portext.asm | 75 ;* 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/ |
| D | portext.s43 | 44 * 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/ |
| D | portmacro.s90 | 38 ; 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/ |
| D | portmacro.s90 | 38 ; 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/ |
| D | portext.s43 | 71 * 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/ |
| D | portasm.s26 | 44 ; 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.
|
| D | ISR_Support.h | 32 Variables used by scheduler variable
|
| /Kernel-v11.0.1/portable/IAR/V850ES/ |
| D | portasm.s85 | 32 ; 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.
|
| D | portasm_Fx3.s85 | 32 ; 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.
|
| D | portasm_Hx2.s85 | 32 ; 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/ |
| D | portmacro.s90 | 41 ; 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/ |
| D | portASM.s | 93 ; Interrupt service routine for preemptive scheduler tick timer
|
| /Kernel-v11.0.1/ |
| D | History.txt | 30 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/ |
| D | portASM.s | 64 ; vPortRestoreTaskContext is used to start the scheduler.
|
| /Kernel-v11.0.1/portable/IAR/ARM_CA9/ |
| D | portASM.s | 65 ; vPortRestoreTaskContext is used to start the scheduler.
|
| /Kernel-v11.0.1/portable/RVDS/ARM_CA9/ |
| D | portASM.s | 61 ; vPortRestoreTaskContext is used to start the scheduler.
|
| /Kernel-v11.0.1/portable/ThirdParty/GCC/ATmega/ |
| D | readme.md | 16 …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…
|