priority class

Threads are scheduled based on priority, which ranges from zero, the lowest, to 31, the highest. The zero-page thread, a system thread in charge of zeroing free pages when all other threads are finished, is the only thread allowed to have a priority of zero.

Version Platforms
8.0.584.0 Windows

Creation

above normal priority : priority class
base priority of <process> : priority class
below normal priority : priority class
high priority : priority class
idle priority : priority class
normal priority : priority class
realtime priority : priority class

Operators