Searched refs:pxIndex (Results 1 – 3 of 3) sorted by relevance
176 …ListItem_t * configLIST_VOLATILE pxIndex; /**< Used to walk through the list. Points to the last … member291 ( 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 …]
56 pxList->pxIndex = ( ListItem_t * ) &( pxList->xListEnd ); in vListInitialise()108 ListItem_t * const pxIndex = pxList->pxIndex; in vListInsertEnd() local121 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()
26 + Update uxTaskGetSystemState to not use the pxIndex member of the List_t27 structure while iterating ready tasks list. The reason is that pxIndex