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

listSET_LIST_ITEM_OWNER macro

Syntax

#define listSET_LIST_ITEM_OWNER( pxListItem, pxOwner ) ( ( pxListItem )->pvOwner = ( void * ) ( pxOwner ) )

Arguments

pxListItem

pxOwner

References

LocationText
list.h:180
#define listSET_LIST_ITEM_OWNER( pxListItem, pxOwner ) ( ( pxListItem )->pvOwner = ( void * ) ( pxOwner ) )
tasks.c:946
listSET_LIST_ITEM_OWNER( &( pxNewTCB->xStateListItem ), pxNewTCB );
tasks.c:950
listSET_LIST_ITEM_OWNER( &( pxNewTCB->xEventListItem ), pxNewTCB );
timers.c:698
listSET_LIST_ITEM_OWNER( &( pxTimer->xTimerListItem ), pxTimer );
timers.c:919
listSET_LIST_ITEM_OWNER( &( pxTimer->xTimerListItem ), pxTimer );