Pointer to the object (normally a TCB) that contains the list item. There is therefore a two way link between the object containing the list item and the list item itself.
ListItem_t*configLIST_VOLATILEpxIndex;/**< Used to walk through the list. Points to the last item returned by a call to listGET_OWNER_OF_NEXT_ENTRY (). */
ListItem_txStateListItem;/**< The list that the state list item of a task is reference from denotes the state of that task (Ready, Blocked, Suspended ). */