Functions | |
void | vListInitialise (xList *pxList) |
void | vListInitialiseItem (xListItem *pxItem) |
void | vListInsert (xList *pxList, xListItem *pxNewListItem) |
void | vListInsertEnd (xList *pxList, xListItem *pxNewListItem) |
void | vListRemove (xListItem *pxItemToRemove) |
void vListInitialise | ( | xList * | pxList | ) |
References xLIST::pxIndex, xMINI_LIST_ITEM::pxNext, xMINI_LIST_ITEM::pxPrevious, xLIST::uxNumberOfItems, xMINI_LIST_ITEM::xItemValue, and xLIST::xListEnd.
Referenced by prvInitialiseCoRoutineLists(), and prvInitialiseTaskLists().
void vListInitialiseItem | ( | xListItem * | pxItem | ) |
References NULL, and xLIST_ITEM::pvContainer.
Referenced by prvInitialiseTCBVariables(), and xCoRoutineCreate().
References xLIST_ITEM::pvContainer, xLIST::pxIndex, xLIST_ITEM::pxNext, xLIST_ITEM::pxPrevious, and xLIST::uxNumberOfItems.
Referenced by vTaskPlaceOnEventList(), xCoRoutineRemoveFromEventList(), and xTaskRemoveFromEventList().
void vListRemove | ( | xListItem * | pxItemToRemove | ) |
References NULL, xLIST_ITEM::pvContainer, xLIST::pxIndex, xLIST_ITEM::pxNext, xLIST_ITEM::pxPrevious, and xLIST::uxNumberOfItems.
Referenced by prvCheckDelayedList(), prvCheckPendingReadyList(), prvCheckTasksWaitingTermination(), vCoRoutineAddToDelayedList(), vTaskPlaceOnEventList(), xCoRoutineRemoveFromEventList(), xTaskRemoveFromEventList(), and xTaskResumeAll().