diff options
author | Andreas Kling <kling@serenityos.org> | 2021-09-06 12:44:27 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-06 13:06:05 +0200 |
commit | 7981422500696278269473d6c6f10269d0a94459 (patch) | |
tree | 978e22ce322efa72b680bbd21b953d2cf7f23a3a /Kernel/BootInfo.h | |
parent | cda2b9e71cca1793d47427fb5b43b10dd0f3fbb6 (diff) | |
download | serenity-7981422500696278269473d6c6f10269d0a94459.zip |
Kernel: Make Threads always have a name
We previously allowed Thread to exist in a state where its m_name was
null, and had to work around that in various places.
This patch removes that possibility and forces those who would create a
thread (or change the name of one) to provide a NonnullOwnPtr<KString>
with the name.
Diffstat (limited to 'Kernel/BootInfo.h')
0 files changed, 0 insertions, 0 deletions