Lines Matching defs:pxList
116 #define listSET_LIST_INTEGRITY_CHECK_1_VALUE( pxList ) argument
117 #define listSET_LIST_INTEGRITY_CHECK_2_VALUE( pxList ) argument
119 #define listTEST_LIST_INTEGRITY( pxList ) argument
225 #define listGET_ITEM_VALUE_OF_HEAD_ENTRY( pxList ) ( ( ( pxList )->xListEnd ).pxNext->xItemV… argument
233 #define listGET_HEAD_ENTRY( pxList ) ( ( ( pxList )->xListEnd ).pxNext ) argument
249 #define listGET_END_MARKER( pxList ) ( ( ListItem_t const * ) ( &( ( pxList )-… argument
258 #define listLIST_IS_EMPTY( pxList ) ( ( ( pxList )->uxNumberOfItems == ( UBas… argument
263 #define listCURRENT_LIST_LENGTH( pxList ) ( ( pxList )->uxNumberOfItems ) argument
286 #define listGET_OWNER_OF_NEXT_ENTRY( pxTCB, pxList ) \ argument
362 #define listINSERT_END( pxList, pxNewListItem ) \ argument
403 #define listGET_OWNER_OF_HEAD_ENTRY( pxList ) ( ( &( ( pxList )->xListEnd ) )->pxNext->p… argument
414 #define listIS_CONTAINED_WITHIN( pxList, pxListItem ) ( ( ( pxListItem )->pxContainer == ( pxLis… argument
429 #define listLIST_IS_INITIALISED( pxList ) ( ( pxList )->xListEnd.xItemValue == portM… argument