diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-11-06 16:26:51 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-06 16:30:06 +0100 |
commit | 083c5f8b89ff7322770e53c640202b630864ba0d (patch) | |
tree | b1ba41604474fc94c9348ec0c707c9a2ae41fb56 /Meta | |
parent | e33bbdb6ba860f4d570d06516090df0e6cf3e91a (diff) | |
download | serenity-083c5f8b89ff7322770e53c640202b630864ba0d.zip |
Kernel: Rework Process::Priority into ThreadPriority
Scheduling priority is now set at the thread level instead of at the
process level.
This is a step towards allowing processes to set different priorities
for threads. There's no userspace API for that yet, since only the main
thread's priority is affected by sched_setparam().
Diffstat (limited to 'Meta')
0 files changed, 0 insertions, 0 deletions