Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Dlist.h93 #ifndef configLIST_VOLATILE
94 #define configLIST_VOLATILE macro
147configLIST_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 …
/Kernel-v10.6.2/
Dtasks.c3894 configLIST_VOLATILE TCB_t * pxNextTCB; in prvListTasksWithinSingleList()
3895 configLIST_VOLATILE TCB_t * pxFirstTCB; in prvListTasksWithinSingleList()