Searched refs:xItemValue (Results 1 – 4 of 4) sorted by relevance
144 …configLIST_VOLATILE TickType_t xItemValue; /*< The value being listed. In most cases… member156 configLIST_VOLATILE TickType_t xItemValue; member199 #define listSET_LIST_ITEM_VALUE( pxListItem, xValue ) ( ( pxListItem )->xItemValue = ( xValue )…209 #define listGET_LIST_ITEM_VALUE( pxListItem ) ( ( pxListItem )->xItemValue )218 …e listGET_ITEM_VALUE_OF_HEAD_ENTRY( pxList ) ( ( ( pxList )->xListEnd ).pxNext->xItemValue )334 #define listLIST_IS_INITIALISED( pxList ) ( ( pxList )->xListEnd.xItemValue == portM…
3349 const TickType_t xItemValue,3393 const TickType_t xItemValue ) PRIVILEGED_FUNCTION;
57 pxList->xListEnd.xItemValue = portMAX_DELAY; in vListInitialise()119 const TickType_t xValueOfInsertion = pxNewListItem->xItemValue; in vListInsert()166 …for( pxIterator = ( ListItem_t * ) &( pxList->xListEnd ); pxIterator->pxNext->xItemValue <= xValue… in vListInsert()
3086 TickType_t xItemValue; in xTaskIncrementTick() local3157 xItemValue = listGET_LIST_ITEM_VALUE( &( pxTCB->xStateListItem ) ); in xTaskIncrementTick()3159 if( xConstTickCount < xItemValue ) in xTaskIncrementTick()3166 xNextTaskUnblockTime = xItemValue; in xTaskIncrementTick()3574 const TickType_t xItemValue, in vTaskPlaceOnUnorderedEventList() argument3583 …listSET_LIST_ITEM_VALUE( &( pxCurrentTCB[xPortGetCoreID()]->xEventListItem ), xItemValue | taskEVE… in vTaskPlaceOnUnorderedEventList()3737 const TickType_t xItemValue ) in vTaskRemoveFromUnorderedEventList() argument3744 listSET_LIST_ITEM_VALUE( pxEventListItem, xItemValue | taskEVENT_LIST_ITEM_VALUE_IN_USE ); in vTaskRemoveFromUnorderedEventList()