FreeRTOS
prvSelectHighestPriorityTask()
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
prvSelectHighestPriorityTask()
prvSelectHighestPriorityTask() function
Syntax
Show:
Summary
Declaration
Definition
from
tasks.c:557
static
void
prvSelectHighestPriorityTask
(
BaseType_t
xCoreID
)
;
Implemented in
tasks.c:985
Arguments
Argument
xCoreID
Examples
References
from
examples
Code
Location
Referrer
static
void
prvSelectHighestPriorityTask
(
BaseType_t
xCoreID
)
tasks.c:985
static
void
prvSelectHighestPriorityTask
(
BaseType_t
xCoreID
)
;
tasks.c:557
taskSELECT_HIGHEST_PRIORITY_TASK
(
xCoreID
)
;
tasks.c:5223
vTaskSwitchContext()
Call Tree
from
examples
prvSelectHighestPriorityTask()
is called by 1 function and calls 5 functions:
vTaskSwitchContext()
All items filtered out
prvSelectHighestPriorityTask()
get_core_num()
vYieldCore()
vListInsertEnd()
uxListRemove()
__assert_func()
All items filtered out
Data Use
from
examples
prvSelectHighestPriorityTask()
reads 16 variables and writes 2 variables:
xLIST_ITEM::pvOwner
xLIST_ITEM::pvContainer
xMINI_LIST_ITEM::pxNext
xLIST::uxNumberOfItems
xLIST::xListEnd
xLIST_ITEM::pxNext
tskTaskControlBlock::uxCoreAffinityMask
tskTaskControlBlock::xStateListItem
tskTaskControlBlock::uxPriority
uxTopReadyPriority
xSchedulerRunning
xYieldPendings
tskTaskControlBlock::xTaskRunState
tskTaskControlBlock::uxTaskAttributes
pxCurrentTCBs
pxReadyTasksLists
All items filtered out
prvSelectHighestPriorityTask()
uxTopReadyPriority
tskTaskControlBlock::xTaskRunState
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