Home
last modified time | relevance | path

Searched refs:pvOwner (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Kernel/include/
A Dlist.h150 …void * pvOwner; /**< Pointer to the object (normally a TCB) th… member
188 #define listSET_LIST_ITEM_OWNER( pxListItem, pxOwner ) ( ( pxListItem )->pvOwner = ( void * ) ( …
197 #define listGET_LIST_ITEM_OWNER( pxListItem ) ( ( pxListItem )->pvOwner )
296 ( pxTCB ) = ( pxConstList )->pxIndex->pvOwner; \
403 …listGET_OWNER_OF_HEAD_ENTRY( pxList ) ( ( &( ( pxList )->xListEnd ) )->pxNext->pvOwner )
/FreeRTOS-Kernel/
A Dlist.c72 pxList->xListEnd.pvOwner = NULL; in vListInitialise()

Completed in 5 milliseconds