FreeRTOS
+
0
/1 examples
SourceVu will show references to
eRunning
from the following samples and libraries:
ESP-IDF
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
eRunning
eRunning value
A task is querying the state of itself, so must be running.
Syntax
Show:
Summary
Declaration
from
task.h:104
eRunning
=
0
;
Examples
eRunning
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
Referrer
eRunning
=
0
,
/**< A task is querying the state of itself, so must be running. */
task.h:104
while
(
eRunning
==
eTaskGetState
(
xTaskToDelete
)
)
idf_additions.c:96
prvTaskDeleteWithCaps()
configASSERT
(
eRunning
!=
eTaskGetState
(
xTaskToDelete
)
)
;
idf_additions.c:101
prvTaskDeleteWithCaps()
eReturn
=
eRunning
;
tasks.c:1616
eTaskGetState()
pxTaskStatus
->
eCurrentState
=
eRunning
;
tasks.c:4699
vTaskGetInfo()
case
eRunning
:
tasks.c:5489
vTaskList()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
eRunning
is read by 4 functions:
All items filtered out
eRunning
eTaskGetState()
vTaskGetInfo()
vTaskList()
prvTaskDeleteWithCaps()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out