PRIVILEGED_DATAstaticxListxDelayedTaskList2;/*< Delayed tasks (two lists are used - one for delays that have overflowed the current tick count. */
PRIVILEGED_DATAstaticxList*volatilepxDelayedTaskList;/*< Points to the delayed task list currently being used. */
PRIVILEGED_DATAstaticxList*volatilepxDelayedTaskList;/*< Points to the delayed task list currently being used. */
PRIVILEGED_DATAstaticxList*volatilepxOverflowDelayedTaskList;/*< Points to the delayed task list currently being used to hold tasks that have overflowed the current tick count. */
PRIVILEGED_DATAstaticxListxPendingReadyList;/*< Tasks that have been readied while the scheduler was suspended. They will be moved to the ready list when the scheduler is resumed. */
@ -198,7 +198,7 @@ PRIVILEGED_DATA static xList xPendingReadyList; /*< Tasks that have been r