The Thread selection list box displays statistics for threads of the process selected in the Process selection list box so you can select a thread for further operations.
| Field | Description |
| Thread(s) | Thread ID number. This is the handle returned by CreateThread. |
| Processor Time | Amount of time that this instance of the thread has been running. |
| Privileged | Percentage of CPU time that was spent executing privileged code (code in the Windows NT Executive). |
| User | Percentage of CPU time that was spent executing user code. This time includes time running protected subsystem code. |