diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-09-14 19:35:07 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-09-14 20:21:06 +0200 |
commit | b35ad5b523ec8fcb2f247c1c6700af2a244115b7 (patch) | |
tree | 32b8cf8889ab3bab39ce805f7c739940b547295e /Kernel/Scheduler.cpp | |
parent | 58ceaebd5ae27bfa432a05a2279ac0bb74c5c1a6 (diff) | |
download | serenity-b35ad5b523ec8fcb2f247c1c6700af2a244115b7.zip |
Kernel: Fix bad assertion in Lock::unlock_if_locked()
We shouldn't assert if you call this on a Lock held by another Thread
in the same Process. Instead, we should just not unlock.
Diffstat (limited to 'Kernel/Scheduler.cpp')
0 files changed, 0 insertions, 0 deletions