Alexandre Julliard pushed to branch master at wine / wine
Commits: 5f9a0f54 by Marc-Aurel Zent at 2025-04-30T23:10:27+02:00 server: Store process base priority separately.
- - - - - 7020307e by Marc-Aurel Zent at 2025-04-30T23:10:27+02:00 server: Use process base priority in set_thread_base_priority.
This also consolidates priority_from_class_and_level() and set_thread_base_priority().
- - - - - b9dd7d11 by Marc-Aurel Zent at 2025-04-30T23:10:27+02:00 ntdll: Implement ProcessBasePriority class in NtSetInformationProcess.
- - - - - 7f22211c by Marc-Aurel Zent at 2025-04-30T23:10:27+02:00 ntdll/tests: Add tests for setting process base priority.
- - - - -
11 changed files:
- dlls/ntdll/tests/info.c - dlls/ntdll/unix/process.c - dlls/wow64/process.c - include/wine/server_protocol.h - server/mach.c - server/process.c - server/process.h - server/protocol.def - server/request_handlers.h - server/request_trace.h - server/thread.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1d3bfdc3abdaaa45075f0ec04228b9...