Files
ladybird/Kernel
Tom 1042762deb Kernel: Fix block recursion
Since the process lock is using the Lock class, re-locking the process
lock may cause another call to Thread::block. This caused some problems
with multiple blockers attempting to be used at the same time. To solve
this problem, remember if the process lock was held, and if it was then
relock after we're done with the blockers, just before returning.
2020-12-12 21:28:12 +01:00
..
2020-11-10 19:03:08 +01:00
2020-08-22 20:55:10 +02:00
2020-08-22 20:55:10 +02:00
2020-08-10 11:51:45 +02:00
2020-11-11 12:27:25 +01:00
2020-12-12 21:28:12 +01:00
2020-08-10 11:51:45 +02:00
2020-08-10 11:51:45 +02:00