Home
last modified time | relevance | path

Searched refs:pxIndex (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.1.0/include/
Dlist.h176 …ListItem_t * configLIST_VOLATILE pxIndex; /**< Used to walk through the list. Points to the last … member
291 ( pxConstList )->pxIndex = ( pxConstList )->pxIndex->pxNext; \
292 if( ( void * ) ( pxConstList )->pxIndex == ( void * ) &( ( pxConstList )->xListEnd ) ) \
294 ( pxConstList )->pxIndex = ( pxConstList )->xListEnd.pxNext; \
296 ( pxTCB ) = ( pxConstList )->pxIndex->pvOwner; \
331 … if( pxList->pxIndex == ( pxItemToRemove ) ) \
333 … pxList->pxIndex = ( pxItemToRemove )->pxPrevious; \
364 ListItem_t * const pxIndex = ( pxList )->pxIndex; \
375 … ( pxNewListItem )->pxNext = pxIndex; \
376 … ( pxNewListItem )->pxPrevious = pxIndex->pxPrevious; \
[all …]
/Kernel-v11.1.0/
Dlist.c56 pxList->pxIndex = ( ListItem_t * ) &( pxList->xListEnd ); in vListInitialise()
108 ListItem_t * const pxIndex = pxList->pxIndex; in vListInsertEnd() local
121 pxNewListItem->pxNext = pxIndex; in vListInsertEnd()
122 pxNewListItem->pxPrevious = pxIndex->pxPrevious; in vListInsertEnd()
127 pxIndex->pxPrevious->pxNext = pxNewListItem; in vListInsertEnd()
128 pxIndex->pxPrevious = pxNewListItem; in vListInsertEnd()
230 if( pxList->pxIndex == pxItemToRemove ) in uxListRemove()
232 pxList->pxIndex = pxItemToRemove->pxPrevious; in uxListRemove()
DHistory.txt26 + Update uxTaskGetSystemState to not use the pxIndex member of the List_t
27 structure while iterating ready tasks list. The reason is that pxIndex