Re: [PATCH v7 0/15] MR7516: Server-side thread priorities implementation (Part 3)
18 Mar
2025
18 Mar
'25
3:03 p.m.
Rémi Bernon (@rbernon) commented about include/winnt.h:
#define THREAD_BASE_PRIORITY_MIN -2 #define THREAD_BASE_PRIORITY_IDLE -15
+#define LOW_PRIORITY 0 /* Lowest thread priority level */ +#define LOW_REALTIME_PRIORITY 16 /* Lowest realtime priority level */ +#define HIGH_PRIORITY 31 /* Highest thread priority level */ +#define MAXIMUM_PRIORITY 32 /* Number of thread priority levels */ + This should be in `ddk/wdm.h`.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7516#note_98241
273
Age (days ago)
273
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon