FreeRTOS
prvCheckForRunStateChange()
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading (1/2)...
Files
loading (1/2)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
prvCheckForRunStateChange()
prvCheckForRunStateChange() function
Syntax
Show:
Summary
Declaration
Definition
from
tasks.c:540
static
void
prvCheckForRunStateChange
(
void
)
;
Implemented in
tasks.c:806
Examples
References
from
examples
Code
Location
Referrer
static
void
prvCheckForRunStateChange
(
void
)
tasks.c:806
static
void
prvCheckForRunStateChange
(
void
)
;
tasks.c:540
prvCheckForRunStateChange
(
)
;
tasks.c:3880
vTaskSuspendAll()
prvCheckForRunStateChange
(
)
;
tasks.c:7000
vTaskEnterCritical()
Call Tree
from
examples
prvCheckForRunStateChange()
is called by 2 functions and calls 5 functions:
vTaskSuspendAll()
vTaskEnterCritical()
All items filtered out
prvCheckForRunStateChange()
spin_lock_instance()
vPortRecursiveLock()
get_core_num()
vPortEnableInterrupts()
__assert_func()
All items filtered out
Data Use
from
examples
prvCheckForRunStateChange()
reads 3 variables:
uxCriticalNestings
tskTaskControlBlock::xTaskRunState
pxCurrentTCBs
All items filtered out
prvCheckForRunStateChange()
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