Home
last modified time | relevance | path

Searched refs:uxNumberOfItems (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Kernel/
A Dlist.c78 pxList->uxNumberOfItems = ( UBaseType_t ) 0U; in vListInitialise()
133 ( pxList->uxNumberOfItems ) = ( UBaseType_t ) ( pxList->uxNumberOfItems + 1U ); in vListInsertEnd()
210 ( pxList->uxNumberOfItems ) = ( UBaseType_t ) ( pxList->uxNumberOfItems + 1U ); in vListInsert()
242 ( pxList->uxNumberOfItems ) = ( UBaseType_t ) ( pxList->uxNumberOfItems - 1U ); in uxListRemove()
244 traceRETURN_uxListRemove( pxList->uxNumberOfItems ); in uxListRemove()
246 return pxList->uxNumberOfItems; in uxListRemove()
A DHistory.txt979 + The uxNumberOfItems member of List_t is now volatile - solving an issue
/FreeRTOS-Kernel/include/
A Dlist.h175 configLIST_VOLATILE UBaseType_t uxNumberOfItems; member
258 #define listLIST_IS_EMPTY( pxList ) ( ( ( pxList )->uxNumberOfItems == ( UBas…
263 #define listCURRENT_LIST_LENGTH( pxList ) ( ( pxList )->uxNumberOfItems )
337 … ( ( pxList )->uxNumberOfItems ) = ( UBaseType_t ) ( ( ( pxList )->uxNumberOfItems ) - 1U ); \
384 … ( ( pxList )->uxNumberOfItems ) = ( UBaseType_t ) ( ( ( pxList )->uxNumberOfItems ) + 1U ); \
A DFreeRTOS.h2650 #define traceRETURN_uxListRemove( uxNumberOfItems ) argument

Completed in 23 milliseconds