Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDlist.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 )
295 ( pxTCB ) = ( pxConstList )->pxIndex->pvOwner; \
395 …listGET_OWNER_OF_HEAD_ENTRY( pxList ) ( ( &( ( pxList )->xListEnd ) )->pxNext->pvOwner )
/Kernel-v10.6.2/
HDlist.c71 pxList->xListEnd.pvOwner = NULL; in vListInitialise()