FreeRTOS
xLIST_ITEM::pxContainer
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
xLIST_ITEM::pxContainer
xLIST_ITEM::pxContainer field
Syntax
Show:
Summary
Declaration
from
list.h:147
struct
xLIST
*
configLIST_VOLATILE
pxContainer
;
Examples
References
from
examples
Code
Location
Referrer
struct
xLIST
*
configLIST_VOLATILE
pxContainer
;
/*< Pointer to the list in which this list item is placed (if any). */
list.h:147
pxItem
->
pxContainer
=
NULL
;
list.c:65
vListInitialiseItem()
pxNewListItem
->
pxContainer
=
pxList
;
list.c:97
vListInsertEnd()
pxNewListItem
->
pxContainer
=
pxList
;
list.c:164
vListInsert()
List_t
*
const
pxList
=
pxItemToRemove
->
pxContainer
;
list.c:174
uxListRemove()
pxItemToRemove
->
pxContainer
=
NULL
;
list.c:192
uxListRemove()
if
(
listLIST_ITEM_CONTAINER
(
&
(
pxTCB
->
xEventListItem
)
)
!=
NULL
)
tasks.c:1183
vTaskDelete()
pxStateList
=
listLIST_ITEM_CONTAINER
(
&
(
pxTCB
->
xStateListItem
)
)
;
tasks.c:1403
eTaskGetState()
if
(
listLIST_ITEM_CONTAINER
(
&
(
pxTCB
->
xEventListItem
)
)
==
NULL
)
tasks.c:1422
eTaskGetState()
if
(
listIS_CONTAINED_WITHIN
(
&
(
pxReadyTasksLists
[
uxPriorityUsedOnEntry
]
)
,
&
(
pxTCB
->
xStateListItem
)
)
!=
pdFALSE
)
tasks.c:1659
vTaskPrioritySet()
if
(
listLIST_ITEM_CONTAINER
(
&
(
pxTCB
->
xEventListItem
)
)
!=
NULL
)
tasks.c:1728
vTaskSuspend()
if
(
listIS_CONTAINED_WITHIN
(
&
xSuspendedTaskList
,
&
(
pxTCB
->
xStateListItem
)
)
!=
pdFALSE
)
tasks.c:1817
prvTaskIsTaskSuspended()
if
(
listIS_CONTAINED_WITHIN
(
&
xPendingReadyList
,
&
(
pxTCB
->
xEventListItem
)
)
==
pdFALSE
)
tasks.c:1820
prvTaskIsTaskSuspended()
if
(
listIS_CONTAINED_WITHIN
(
NULL
,
&
(
pxTCB
->
xEventListItem
)
)
!=
pdFALSE
)
/*lint !e961. The cast is only redundant when NULL is used. */
tasks.c:1824
prvTaskIsTaskSuspended()
if
(
listLIST_ITEM_CONTAINER
(
&
(
pxTCB
->
xEventListItem
)
)
!=
NULL
)
tasks.c:2783
xTaskIncrementTick()
if
(
listLIST_ITEM_CONTAINER
(
&
(
pxTCB
->
xEventListItem
)
)
!=
NULL
)
tasks.c:3725
vTaskGetInfo()
if
(
listIS_CONTAINED_WITHIN
(
&
(
pxReadyTasksLists
[
pxMutexHolderTCB
->
uxPriority
]
)
,
&
(
pxMutexHolderTCB
->
xStateListItem
)
)
!=
pdFALSE
)
tasks.c:4043
xTaskPriorityInherit()
if
(
listIS_CONTAINED_WITHIN
(
&
(
pxReadyTasksLists
[
uxPriorityUsedOnEntry
]
)
,
&
(
pxTCB
->
xStateListItem
)
)
!=
pdFALSE
)
tasks.c:4247
vTaskPriorityDisinheritAfterTimeout()
configASSERT
(
listLIST_ITEM_CONTAINER
(
&
(
pxTCB
->
xEventListItem
)
)
==
NULL
)
;
tasks.c:4853
xTaskGenericNotify()
configASSERT
(
listLIST_ITEM_CONTAINER
(
&
(
pxTCB
->
xEventListItem
)
)
==
NULL
)
;
tasks.c:4982
xTaskGenericNotifyFromISR()
configASSERT
(
listLIST_ITEM_CONTAINER
(
&
(
pxTCB
->
xEventListItem
)
)
==
NULL
)
;
tasks.c:5070
vTaskNotifyGiveFromISR()
if
(
listIS_CONTAINED_WITHIN
(
NULL
,
&
(
pxTimer
->
xTimerListItem
)
)
==
pdFALSE
)
/*lint !e961. The cast is only redundant when NULL is passed into the macro. */
timers.c:773
prvProcessReceivedCommands()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
xLIST_ITEM::pxContainer
is written by 4 functions and is read by 14 functions:
vListInitialiseItem()
vListInsertEnd()
vListInsert()
uxListRemove()
All items filtered out
xLIST_ITEM::pxContainer
uxListRemove()
vTaskDelete()
eTaskGetState()
vTaskPrioritySet()
vTaskSuspend()
prvTaskIsTaskSuspended()
xTaskIncrementTick()
vTaskGetInfo()
xTaskPriorityInherit()
vTaskPriorityDisinheritAfterTimeout()
xTaskGenericNotify()
xTaskGenericNotifyFromISR()
vTaskNotifyGiveFromISR()
prvProcessReceivedCommands()
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