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. */