FreeRTOS
tskTaskControlBlock::pcTaskName
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
Raspberry Pi Pico SDK and Examples
FreeRTOS
tskTaskControlBlock::pcTaskName
tskTaskControlBlock::pcTaskName field
Descriptive name given to the task when created. Facilitates debugging only.
Syntax
Show:
Summary
Declaration
from
tasks.c:378
char
pcTaskName
[
configMAX_TASK_NAME_LEN
]
;
Examples
References
from
examples
Code
Location
Referrer
char
pcTaskName
[
configMAX_TASK_NAME_LEN
]
;
/**< Descriptive name given to the task when created. Facilitates debugging only. */
tasks.c:378
pxNewTCB
->
pcTaskName
[
x
]
=
pcName
[
x
]
;
tasks.c:1869
prvInitialiseNewTask()
pxNewTCB
->
pcTaskName
[
configMAX_TASK_NAME_LEN
-
1U
]
=
'\0'
;
tasks.c:1886
prvInitialiseNewTask()
return
&
(
pxTCB
->
pcTaskName
[
0
]
)
;
tasks.c:4201
pcTaskGetName()
cNextChar
=
pxTCB
->
pcTaskName
[
x
]
;
tasks.c:4234
prvSearchForNameWithinSingleList()
pxTaskStatus
->
pcTaskName
=
(
const
char
*
)
&
(
pxTCB
->
pcTaskName
[
0
]
)
;
tasks.c:6146
vTaskGetInfo()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tskTaskControlBlock::pcTaskName
is read by 4 functions:
All items filtered out
tskTaskControlBlock::pcTaskName
prvInitialiseNewTask()
pcTaskGetName()
prvSearchForNameWithinSingleList()
vTaskGetInfo()
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