- Implement KeQueryBasePriorityThread to return the actual Base Priority Increment...
authorAlex Ionescu <aionescu@gmail.com>
Tue, 9 Aug 2005 06:23:16 +0000 (06:23 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Tue, 9 Aug 2005 06:23:16 +0000 (06:23 +0000)
commitc2a85cd27374aa99607109dd7f2a6019226e69c8
treea09ecf19f4cb14b41df583215d891e9eaf4dd8f0
parent4c12530bbc232b6e814e0ed641a73eceb71b6dba
- Implement KeQueryBasePriorityThread to return the actual Base Priority Increment (or Saturation Increment) to NtQueryInformationThread. The value win32 works with is actually (usually) the difference between process and thread Base Priorities.

This fixes another WINE test.

svn path=/trunk/; revision=17231
reactos/ntoskrnl/include/internal/ke.h
reactos/ntoskrnl/ke/kthread.c
reactos/ntoskrnl/ps/query.c