Searched refs:ListItem_t (Results 1 – 12 of 12) sorted by relevance
55 …pxList->pxIndex = ( ListItem_t * ) &( pxList->xListEnd ); /*lint !e826 !e740 !e9087 The mini list … in vListInitialise()65 …pxList->xListEnd.pxNext = ( ListItem_t * ) &( pxList->xListEnd ); /*lint !e826 !e740 !e9087 Th… in vListInitialise()66 …pxList->xListEnd.pxPrevious = ( ListItem_t * ) &( pxList->xListEnd ); /*lint !e826 !e740 !e9087 Th… in vListInitialise()86 void vListInitialiseItem( ListItem_t * const pxItem ) in vListInitialiseItem()99 ListItem_t * const pxNewListItem ) in vListInsertEnd()101 ListItem_t * const pxIndex = pxList->pxIndex; in vListInsertEnd()129 ListItem_t * const pxNewListItem ) in vListInsert()131 ListItem_t * pxIterator; in vListInsert()179 …for( pxIterator = ( ListItem_t * ) &( pxList->xListEnd ); pxIterator->pxNext->xItemValue <= xValue… in vListInsert()199 UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) in uxListRemove()
175 ( void ) uxListRemove( ( ListItem_t * ) &( pxCurrentCoRoutine->xGenericListItem ) ); in vCoRoutineAddToDelayedList()184 …vListInsert( ( List_t * ) pxOverflowDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->… in vCoRoutineAddToDelayedList()190 …vListInsert( ( List_t * ) pxDelayedCoRoutineList, ( ListItem_t * ) &( pxCurrentCoRoutine->xGeneric… in vCoRoutineAddToDelayedList()
521 ListItem_t * pxListItem; in xEventGroupSetBits()522 ListItem_t * pxNext; in xEventGroupSetBits()523 ListItem_t const * pxListEnd; in xEventGroupSetBits()631 …configASSERT( pxTasksWaitingForBits->xListEnd.pxNext != ( const ListItem_t * ) &( pxTasksWaitingFo… in vEventGroupDelete()
78 …ListItem_t xTimerListItem; /**< Standard linked list item as used by all kernel f…
267 …ListItem_t xStateListItem; /**< The list that the state list item of a task is re…268 ListItem_t xEventListItem; /**< Used to reference a task from an event list. */3298 void vTaskRemoveFromUnorderedEventList( ListItem_t * pxEventListItem, in vTaskRemoveFromUnorderedEventList()
227 option is set to 1, ListItem_t and MiniLitItem_t remain separate types.228 However, when configUSE_MINI_LIST_ITEM == 0, MiniLitItem_t and ListItem_t584 debuggers). Note this required the pvContainer member of a ListItem_t
154 typedef struct xLIST_ITEM ListItem_t; /* For some reason lint wants this as two s… typedef176 …ListItem_t * configLIST_VOLATILE pxIndex; /**< Used to walk through the list. Points to the last …249 #define listGET_END_MARKER( pxList ) ( ( ListItem_t const * ) ( &( ( pxList )-…356 ListItem_t * const pxIndex = ( pxList )->pxIndex; \444 void vListInitialiseItem( ListItem_t * const pxItem ) PRIVILEGED_FUNCTION;458 ListItem_t * const pxNewListItem ) PRIVILEGED_FUNCTION;480 ListItem_t * const pxNewListItem ) PRIVILEGED_FUNCTION;495 UBaseType_t uxListRemove( ListItem_t * const pxItemToRemove ) PRIVILEGED_FUNCTION;
56 … ListItem_t xGenericListItem; /**< List item used to place the CRCB in ready and blocked queues. */57 ListItem_t xEventListItem; /**< List item used to place the CRCB in event lists. */
3091 void vTaskRemoveFromUnorderedEventList( ListItem_t * pxEventListItem,
1110 #define xListItem ListItem_t
218 …ListItem_t xStateListItem; /*< The list that the state list item of a task is ref…219 … ListItem_t xEventListItem; /*< Used to reference a task from an event list. */