#include <list.h>
Data Fields | |
void * | pvContainer |
void * | pvOwner |
struct xLIST_ITEM * | pxNext |
struct xLIST_ITEM * | pxPrevious |
portTickType | xItemValue |
void* xLIST_ITEM::pvContainer |
Referenced by prvCheckDelayedList(), vListInitialiseItem(), vListInsert(), vListInsertEnd(), vListRemove(), vTaskDelete(), and vTaskSuspend().
void* xLIST_ITEM::pvOwner |
struct xLIST_ITEM* xLIST_ITEM::pxNext |
Referenced by vListInsert(), vListInsertEnd(), and vListRemove().
struct xLIST_ITEM* xLIST_ITEM::pxPrevious |
Referenced by vListInsert(), vListInsertEnd(), and vListRemove().
portTickType xLIST_ITEM::xItemValue |
Referenced by vListInsert().