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
ESP-IDF Framework and Examples
FreeRTOS
vTaskSwitchContext()
vTaskSwitchContext() function
Syntax
Show:
Summary
Declaration
Definition
from
task.h:2882
void
vTaskSwitchContext
(
void
)
;
Implemented in
tasks.c:3651
Examples
References
from
examples
Code
Location
Referrer
void
vTaskSwitchContext
(
void
)
tasks.c:3651
portDONT_DISCARD
void
vTaskSwitchContext
(
void
)
PRIVILEGED_FUNCTION
;
task.h:2882
vTaskSwitchContext
(
)
;
tasks.c:2029
vTaskSuspend()
Call Tree
from
examples
vTaskSwitchContext()
is called by 1 function and calls 11 functions:
vTaskSuspend()
All items filtered out
vTaskSwitchContext()
xPortGetCoreID()
vApplicationStackOverflowHook()
prvTaskEnterCriticalSafeSMPOnly()
prvTaskExitCriticalSafeSMPOnly()
prvSelectHighestPriorityTaskSMP()
__assert_func()
esp_timer_get_time()
SEGGER_SYSVIEW_OnIdle()
SEGGER_SYSVIEW_OnTaskStartExec()
xTaskGetIdleTaskHandle()
xTaskGetCurrentTaskHandle()
All items filtered out
Data Use
from
examples
vTaskSwitchContext()
reads 15 variables and writes 3 variables:
pxCurrentTCBs
tskTaskControlBlock::pxStack
tskTaskControlBlock::pcTaskName
xYieldPending
uxSchedulerSuspended
xLIST_ITEM::pxNext
xLIST_ITEM::pvOwner
xLIST::uxNumberOfItems
xLIST::pxIndex
xLIST::xListEnd
pxReadyTasksLists
uxTopReadyPriority
tskTaskControlBlock::ulRunTimeCounter
ulTaskSwitchedInTime
ulTotalRunTime
All items filtered out
vTaskSwitchContext()
xLIST::pxIndex
tskTaskControlBlock::ulRunTimeCounter
ulTotalRunTime
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