Searched refs:xItemValue (Results 1 – 4 of 4) sorted by relevance
147 …configLIST_VOLATILE TickType_t xItemValue; /**< The value being listed. In most cases th… member160 configLIST_VOLATILE TickType_t xItemValue; member206 #define listSET_LIST_ITEM_VALUE( pxListItem, xValue ) ( ( pxListItem )->xItemValue = ( xValue )…216 #define listGET_LIST_ITEM_VALUE( pxListItem ) ( ( pxListItem )->xItemValue )225 …e listGET_ITEM_VALUE_OF_HEAD_ENTRY( pxList ) ( ( ( pxList )->xListEnd ).pxNext->xItemValue )421 #define listLIST_IS_INITIALISED( pxList ) ( ( pxList )->xListEnd.xItemValue == portM…
3048 const TickType_t xItemValue,3092 const TickType_t xItemValue ) PRIVILEGED_FUNCTION;
61 pxList->xListEnd.xItemValue = portMAX_DELAY; in vListInitialise()132 const TickType_t xValueOfInsertion = pxNewListItem->xItemValue; in vListInsert()179 …for( pxIterator = ( ListItem_t * ) &( pxList->xListEnd ); pxIterator->pxNext->xItemValue <= xValue… in vListInsert()
2784 TickType_t xItemValue; in xTaskIncrementTick() local2836 xItemValue = listGET_LIST_ITEM_VALUE( &( pxTCB->xStateListItem ) ); in xTaskIncrementTick()2838 if( xConstTickCount < xItemValue ) in xTaskIncrementTick()2845 xNextTaskUnblockTime = xItemValue; in xTaskIncrementTick()3170 const TickType_t xItemValue, in vTaskPlaceOnUnorderedEventList() argument3182 …listSET_LIST_ITEM_VALUE( &( pxCurrentTCB->xEventListItem ), xItemValue | taskEVENT_LIST_ITEM_VALUE… in vTaskPlaceOnUnorderedEventList()3299 const TickType_t xItemValue ) in vTaskRemoveFromUnorderedEventList() argument3308 listSET_LIST_ITEM_VALUE( pxEventListItem, xItemValue | taskEVENT_LIST_ITEM_VALUE_IN_USE ); in vTaskRemoveFromUnorderedEventList()