pxContainer is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

pxContainer macro

Syntax

#define pxContainer pvContainer

References

LocationText
FreeRTOS.h:967
#define pxContainer pvContainer
list.c:65
pxItem->pxContainer = NULL;
list.c:97
pxNewListItem->pxContainer = pxList;
list.c:164
pxNewListItem->pxContainer = pxList;
list.c:174
List_t * const pxList = pxItemToRemove->pxContainer;
list.c:192
pxItemToRemove->pxContainer = NULL;
list.h:147
struct xLIST * configLIST_VOLATILE pxContainer; /*< Pointer to the list in which this list item is placed (if any). */
list.h:318
#define listIS_CONTAINED_WITHIN( pxList, pxListItem ) ( ( ( pxListItem )->pxContainer == ( pxList ) ) ? ( pdTRUE ) : ( pdFALSE ) )
list.h:326
#define listLIST_ITEM_CONTAINER( pxListItem ) ( ( pxListItem )->pxContainer )