Searched refs:configLIST_VOLATILE (Results 1 – 2 of 2) sorted by relevance
93 #ifndef configLIST_VOLATILE94 #define configLIST_VOLATILE macro147 …configLIST_VOLATILE TickType_t xItemValue; /**< The value being listed. In most cases th…148 …struct xLIST_ITEM * configLIST_VOLATILE pxNext; /**< Pointer to the next ListItem_t in the lis…149 …struct xLIST_ITEM * configLIST_VOLATILE pxPrevious; /**< Pointer to the previous ListItem_t in the…151 …struct xLIST * configLIST_VOLATILE pxContainer; /**< Pointer to the list in which this list it…160 configLIST_VOLATILE TickType_t xItemValue;161 struct xLIST_ITEM * configLIST_VOLATILE pxNext;162 struct xLIST_ITEM * configLIST_VOLATILE pxPrevious;176 …ListItem_t * configLIST_VOLATILE pxIndex; /**< Used to walk through the list. Points to the last …
3894 configLIST_VOLATILE TCB_t * pxNextTCB; in prvListTasksWithinSingleList()3895 configLIST_VOLATILE TCB_t * pxFirstTCB; in prvListTasksWithinSingleList()