summaryrefslogtreecommitdiff
path: root/Kernel/Scheduler.cpp
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-09-14 19:35:07 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-09-14 20:21:06 +0200
commitb35ad5b523ec8fcb2f247c1c6700af2a244115b7 (patch)
tree32b8cf8889ab3bab39ce805f7c739940b547295e /Kernel/Scheduler.cpp
parent58ceaebd5ae27bfa432a05a2279ac0bb74c5c1a6 (diff)
downloadserenity-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