diff options
author | Andreas Kling <kling@serenityos.org> | 2021-08-24 13:27:49 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-24 16:37:28 +0200 |
commit | a22634bb593b29c97f90e6fc8bf36ff5c263d85f (patch) | |
tree | 634c5ae0da03b152595394676b8ea5b81bce8e43 /Userland/Applications/Calculator/CMakeLists.txt | |
parent | 0c1d41cc8a10595e4449f9cc92681ee9e90e57c2 (diff) | |
download | serenity-a22634bb593b29c97f90e6fc8bf36ff5c263d85f.zip |
Kernel: Use TemporaryChange to update Thread::m_in_block
Let's use an RAII helper to avoid having to update this on every path
out of block().
Note that this extends the time under `m_in_block == true` by a little
but that should be harmless.
Diffstat (limited to 'Userland/Applications/Calculator/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions