diff options
author | Andreas Kling <kling@serenityos.org> | 2021-08-16 01:54:34 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-16 02:22:42 +0200 |
commit | c1c12497b56edbdbd02cb3f687a676f1c6a39cac (patch) | |
tree | 9d124ed795ad8f65d2d57baf11dd5aa9afd0ddcc /Userland/Libraries/LibJS/Runtime/Temporal/PlainYearMonth.cpp | |
parent | 29a58459ab0e432ccfe43528bc3bd61786e867b2 (diff) | |
download | serenity-c1c12497b56edbdbd02cb3f687a676f1c6a39cac.zip |
Kernel: Don't hold thread list lock while invoking ~Thread()
There is no need for this, and it can cause deadlocks if ~Thread()
ends up doing something else that requires a lock (e.g ~Process())
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Temporal/PlainYearMonth.cpp')
0 files changed, 0 insertions, 0 deletions