Searched refs:pvOwner (Results 1 – 1 of 1) sorted by relevance
147 …void * pvOwner; /*< Pointer to the object (normally a TCB)… member181 #define listSET_LIST_ITEM_OWNER( pxListItem, pxOwner ) ( ( pxListItem )->pvOwner = ( void * ) ( …190 #define listGET_LIST_ITEM_OWNER( pxListItem ) ( ( pxListItem )->pvOwner )288 ( pxTCB ) = ( pxConstList )->pxIndex->pvOwner; \308 …listGET_OWNER_OF_HEAD_ENTRY( pxList ) ( ( &( ( pxList )->xListEnd ) )->pxNext->pvOwner )