FreeRTOS
vTaskSwitchContext()
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
vTaskSwitchContext()
vTaskSwitchContext() function
Syntax
Show:
Summary
Declaration
Definition
from
task.h:2427
void
vTaskSwitchContext
(
void
)
PRIVILEGED_FUNCTION
;
Implemented in
tasks.c:2989
Examples
References
from
examples
Code
Location
Referrer
void
vTaskSwitchContext
(
void
)
tasks.c:2989
portDONT_DISCARD
void
vTaskSwitchContext
(
void
)
PRIVILEGED_FUNCTION
;
task.h:2427
vTaskSwitchContext
(
)
;
port.c:387
xPortStartScheduler()
vTaskSwitchContext
(
)
;
tasks.c:1790
vTaskSuspend()
Call Tree
from
examples
vTaskSwitchContext()
is called by 2 functions and calls 5 functions:
vTaskSuspend()
xPortStartScheduler()
All items filtered out
vTaskSwitchContext()
vPortRaiseBASEPRI()
ucPortCountLeadingZeros()
vApplicationStackOverflowHook()
StartIdleMonitor()
EndIdleMonitor()
All items filtered out
Data Use
from
examples
vTaskSwitchContext()
reads 14 variables and writes 5 variables:
xLIST_ITEM::pxNext
xLIST_ITEM::pvOwner
xLIST::uxNumberOfItems
xLIST::pxIndex
xLIST::xListEnd
uxSchedulerSuspended
pxCurrentTCB
pxReadyTasksLists
uxTopReadyPriority
tskTaskControlBlock::pxStack
ulTaskSwitchedInTime
ulTotalRunTime
tskTaskControlBlock::pcTaskName
tskTaskControlBlock::ulRunTimeCounter
All items filtered out
vTaskSwitchContext()
xLIST::pxIndex
xYieldPending
ulTaskSwitchedInTime
ulTotalRunTime
tskTaskControlBlock::ulRunTimeCounter
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out