FreeRTOS
+
0
/5 examples
SourceVu will show references to
xTASK_STATUS::pcTaskName
from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
STemWin
STM324xG_EVAL
Demonstrations
STemWin
STM32F429I-Discovery
Demonstrations
STemWin
STM324x9I_EVAL
Demonstrations
STemWin
MB1046
MB1063
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
STM32 Libraries and Samples
FreeRTOS
xTASK_STATUS::pcTaskName
xTASK_STATUS::pcTaskName field
Syntax
Show:
Summary
Declaration
from
task.h:140
const
char
*
pcTaskName
;
Examples
xTASK_STATUS::pcTaskName
is referenced by 5 libraries and example projects:
Examples
STM32446E_EVAL
Demonstrations
STemWin
STM324xG_EVAL
Demonstrations
STemWin
STM32F429I-Discovery
Demonstrations
STemWin
STM324x9I_EVAL
Demonstrations
STemWin
MB1046
MB1063
References
from
0/5
examples
Code
Location
Referrer
const
char
*
pcTaskName
;
/* A pointer to the task's name. This value will be invalid if the task was deleted since the structure was populated! */
/*lint !e971 Unqualified char types are allowed for strings and single characters only. */
task.h:140
pxTaskStatus
->
pcTaskName
=
(
const
char
*
)
&
(
pxTCB
->
pcTaskName
[
0
]
)
;
tasks.c:3678
vTaskGetInfo()
pcWriteBuffer
=
prvWriteNameToBuffer
(
pcWriteBuffer
,
pxTaskStatusArray
[
x
]
.
pcTaskName
)
;
tasks.c:4455
vTaskList()
Call Tree
from
0/5
examples
All items filtered out
All items filtered out
Data Use
from
0/5
examples
xTASK_STATUS::pcTaskName
is written by 1 function and is read by 1 function:
vTaskGetInfo()
All items filtered out
xTASK_STATUS::pcTaskName
vTaskList()
All items filtered out
Class Tree
from
0/5
examples
All items filtered out
All items filtered out
Override Tree
from
0/5
examples
All items filtered out
All items filtered out
Implementations
from
0/5
examples
All items filtered out
All items filtered out
Instances
from
0/5
examples
Lifecycle
from
0/5
examples
All items filtered out
All items filtered out