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 xLIST_ITEM::pvContainer.
Referenced by prvInitialiseTCBVariables(), and xCoRoutineCreate().
void vListRemove | ( | xListItem * | pxItemToRemove | ) |
References xLIST_ITEM::pvContainer, xLIST::pxIndex, xLIST_ITEM::pxNext, xLIST_ITEM::pxPrevious, and xLIST::uxNumberOfItems.
Referenced by prvCheckDelayedList(), prvCheckPendingReadyList(), prvCheckTasksWaitingTermination(), vCoRoutineAddToDelayedList(), vTaskDelay(), vTaskDelayUntil(), vTaskDelete(), vTaskPlaceOnEventList(), vTaskPrioritySet(), vTaskResume(), vTaskSuspend(), xCoRoutineRemoveFromEventList(), xTaskRemoveFromEventList(), xTaskResumeAll(), and xTaskResumeFromISR().