Searched refs:pvOwner (Results 1 – 2 of 2) sorted by relevance
150 …void * pvOwner; /**< Pointer to the object (normally a TCB) th… member188 #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 )
71 pxList->xListEnd.pvOwner = NULL; in vListInitialise()