Searched refs:configLIST_VOLATILE (Results 1 – 2 of 2) sorted by relevance
90 #ifndef configLIST_VOLATILE91 #define configLIST_VOLATILE macro144 …configLIST_VOLATILE TickType_t xItemValue; /*< The value being listed. In most cases…145 …struct xLIST_ITEM * configLIST_VOLATILE pxNext; /*< Pointer to the next ListItem_t in the …146 …struct xLIST_ITEM * configLIST_VOLATILE pxPrevious; /*< Pointer to the previous ListItem_t in …148 …struct xLIST * configLIST_VOLATILE pxContainer; /*< Pointer to the list in which this list…156 configLIST_VOLATILE TickType_t xItemValue;157 struct xLIST_ITEM * configLIST_VOLATILE pxNext;158 struct xLIST_ITEM * configLIST_VOLATILE pxPrevious;169 …ListItem_t * configLIST_VOLATILE pxIndex; /*< Used to walk through the list. Points to the la…
4398 configLIST_VOLATILE TCB_t * pxNextTCB, * pxFirstTCB; in prvListTasksWithinSingleList()