Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDlist.h197 #define listGET_LIST_ITEM_OWNER( pxListItem ) ( ( pxListItem )->pvOwner ) macro
/Kernel-v10.6.2/
HDtasks.c3312 …pxUnblockedTCB = listGET_LIST_ITEM_OWNER( pxEventListItem ); /*lint !e9079 void * is used as this … in vTaskRemoveFromUnorderedEventList()