Move some variables from function scope back to being file scope for the benefit of some kernel aware debuggers that were left working in a non-functioning mode after the V10.1.0 release - not last change for this purpose.
PRIVILEGED_DATAstaticList_txDelayedTaskList2;/*< Delayed tasks (two lists are used - one for delays that have overflowed the current tick count. */
PRIVILEGED_DATAstaticList_t*volatilepxDelayedTaskList;/*< Points to the delayed task list currently being used. */
PRIVILEGED_DATAstaticList_t*volatilepxOverflowDelayedTaskList;/*< Points to the delayed task list currently being used to hold tasks that have overflowed the current tick count. */
PRIVILEGED_DATAstaticList_txPendingReadyList;/*< Tasks that have been readied while the scheduler was suspended. They will be moved to the ready list when the scheduler is resumed. */