Home
last modified time | relevance | path

Searched refs:_vTaskSwitchContext (Results 1 – 16 of 16) sorted by relevance

/Kernel-v11.1.0/portable/GCC/RL78/
Dportasm.S36 .extern _vTaskSwitchContext
48 call !!_vTaskSwitchContext
74 call !!_vTaskSwitchContext
/Kernel-v11.1.0/portable/Rowley/MSP430F449/
Dportext.asm49 call #_vTaskSwitchContext
70 call #_vTaskSwitchContext
/Kernel-v11.1.0/portable/IAR/RL78/
Dportasm.s31 EXTERN _vTaskSwitchContext
51 RCALL (_vTaskSwitchContext) ; Call the scheduler to select the next task.
79 RCALL (_vTaskSwitchContext) ; Call the scheduler to select the next task.
/Kernel-v11.1.0/portable/MPLAB/PIC24_dsPIC/
Dportasm_PIC24.S32 .extern _vTaskSwitchContext
64 call _vTaskSwitchContext
Dportasm_dsPIC.S32 .extern _vTaskSwitchContext
71 call _vTaskSwitchContext
/Kernel-v11.1.0/portable/IAR/RX100/
Dport_asm.s35 EXTERN _vTaskSwitchContext
127 BSR.A _vTaskSwitchContext
/Kernel-v11.1.0/portable/IAR/RX600/
Dport_asm.s35 EXTERN _vTaskSwitchContext
133 BSR.A _vTaskSwitchContext
/Kernel-v11.1.0/portable/IAR/RXv2/
Dport_asm.s35 EXTERN _vTaskSwitchContext
154 BSR.A _vTaskSwitchContext
/Kernel-v11.1.0/portable/Renesas/SH2A_FPU/
Dportasm.src30 .import _vTaskSwitchContext
55 mov.l #_vTaskSwitchContext, r0
71 mov.l #_vTaskSwitchContext, r0
/Kernel-v11.1.0/portable/Softune/MB91460/
Dport.c250 CALL32 _vTaskSwitchContext,R12 ;Switch context if required variable
293 CALL32 _vTaskSwitchContext,R12 ;Switch context if required variable
315 CALL32 _vTaskSwitchContext,R12 ;Switch context if required variable
/Kernel-v11.1.0/portable/Renesas/RX200/
Dport.c289 BSR.A _vTaskSwitchContext in prvYieldHandler()
/Kernel-v11.1.0/portable/Renesas/RX600/
Dport.c292 BSR.A _vTaskSwitchContext in prvYieldHandler()
/Kernel-v11.1.0/portable/Renesas/RX600v2/
Dport.c319 BSR.A _vTaskSwitchContext in prvYieldHandler()
/Kernel-v11.1.0/portable/Renesas/RX100/
Dport.c383 BSR.A _vTaskSwitchContext in prvYieldHandler()
/Kernel-v11.1.0/portable/Renesas/RX700v3_DPFPU/
Dport.c503 BSR.A _vTaskSwitchContext in prvYieldHandler()
/Kernel-v11.1.0/portable/MikroC/ARM_CM4F/
Dport.c482 bl _vTaskSwitchContext in xPortPendSVHandler()