FreeRTOS
xTASK_STATUS::eCurrentState
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading (2/3)...
Files
loading (3/3)...
FreeRTOS
ESP-IDF
cJSON
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
xTASK_STATUS::eCurrentState
xTASK_STATUS::eCurrentState field
The state in which the task existed when the structure was populated.
Syntax
Show:
Summary
Declaration
from
task.h:169
eTaskState
eCurrentState
;
Examples
References
from
examples
Code
Location
Referrer
eTaskState
eCurrentState
;
/**< The state in which the task existed when the structure was populated. */
task.h:169
pxTaskStatus
->
eCurrentState
=
eRunning
;
tasks.c:4699
vTaskGetInfo()
pxTaskStatus
->
eCurrentState
=
eState
;
tasks.c:4703
vTaskGetInfo()
pxTaskStatus
->
eCurrentState
=
eBlocked
;
tasks.c:4722
vTaskGetInfo()
pxTaskStatus
->
eCurrentState
=
eTaskGetState
(
pxTCB
)
;
tasks.c:4737
vTaskGetInfo()
switch
(
pxTaskStatusArray
[
x
]
.
eCurrentState
)
tasks.c:5487
vTaskList()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xTASK_STATUS::eCurrentState
is written by 1 function and is read by 1 function:
vTaskGetInfo()
All items filtered out
xTASK_STATUS::eCurrentState
vTaskList()
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