Thread Diagnostics - Show Timers

Shown above is an example of how the shell can display all the timers and which thread they are attached to.
Key to the columns -
INDEX
The index showing where the timer can be found in the timer table.
Note: The timer at index 1 is designed to never complete.
In reality it will complete in January 2038!.
THREAD
The name of the thread that currently owns the timer.
TARGET
The time at which the timer will expire.
TIME-TO-GO
The length of time left before the timer will expire.
Back to our main page