Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dlist.h147 …void * pvOwner; /*< Pointer to the object (normally a TCB)… member
181 #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 )