Searched refs:uxNumberOfItems (Results 1 – 4 of 4) sorted by relevance
78 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()
979 + The uxNumberOfItems member of List_t is now volatile - solving an issue
175 configLIST_VOLATILE UBaseType_t uxNumberOfItems; member258 #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 ); \
2650 #define traceRETURN_uxListRemove( uxNumberOfItems ) argument
Completed in 23 milliseconds