-
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.