mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
ooops... fix that..
svn path=/trunk/; revision=848
This commit is contained in:
parent
424d757107
commit
b14104f1e7
1 changed files with 0 additions and 19 deletions
|
@ -396,23 +396,4 @@ typedef struct _EPROCESS
|
||||||
#define PROCESS_STATE_TERMINATED (1)
|
#define PROCESS_STATE_TERMINATED (1)
|
||||||
#define PROCESS_STATE_ACTIVE (2)
|
#define PROCESS_STATE_ACTIVE (2)
|
||||||
|
|
||||||
// Added by PJS
|
|
||||||
// Thread priority adjustments, relative to process base priority
|
|
||||||
|
|
||||||
#define THREAD_PRIORITY_IDLE -15 // Idle thread priority, within priority class
|
|
||||||
#define THREAD_PRIORITY_LOWEST -2 // Extra low thread priority
|
|
||||||
#define THREAD_PRIORITY_BELOW_NORMAL -1 // Slightly lower priority
|
|
||||||
#define THREAD_PRIORITY_NORMAL 0 // No priority change
|
|
||||||
#define THREAD_PRIORITY_ABOVE_NORMAL 1 // Boost some
|
|
||||||
#define THREAD_PRIORITY_HIGHEST 2 // Boost more
|
|
||||||
#define THREAD_PRIORITY_TIME_CRITICAL 15 // Maximum boost, within priority class
|
|
||||||
|
|
||||||
// Process base priority classes, compatable with windows, dont ask where they got these values.
|
|
||||||
|
|
||||||
#define REALTIME_PRIORITY_CLASS 0x00000020 // Real Time priority class
|
|
||||||
#define HIGH_PRIORITY_CLASS 0x00000040 // High priority class
|
|
||||||
#define NORMAL_PRIORITY_CLASS 0x00000080 // Default process priority class
|
|
||||||
#define IDLE_PRIORITY_CLASS 0x00000100 // Idle Priority class
|
|
||||||
|
|
||||||
#endif /* __INCLUDE_DDK_PSTYPES_H */
|
#endif /* __INCLUDE_DDK_PSTYPES_H */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue