staticxListxDelayedCoRoutineList2;/*< Delayed co-routines (two lists are used - one for delays that have overflowed the current tick count. */
staticxList*pxDelayedCoRoutineList;/*< Points to the delayed co-routine list currently being used. */
staticxList*pxOverflowDelayedCoRoutineList;/*< Points to the delayed co-routine list currently being used to hold co-routines that have overflowed the current tick count. */
staticxListxPendingReadyList;/*< Holds co-routines that have been readied by an external event. They cannot be added directly to the ready lists as the ready lists cannot be accessed by interrupts. */
staticxListxPendingReadyCoRoutineList;/*< Holds co-routines that have been readied by an external event. They cannot be added directly to the ready lists as the ready lists cannot be accessed by interrupts. */
/* Other file private variables. --------------------------------*/