Files
ladybird/Kernel/FileSystem
Andreas Kling 82c3cc4640 Kernel: Move Blocker setup out from constructors into setup_blocker()
Instead of registering with blocker sets and whatnot in the various
Blocker subclass constructors, this patch moves such initialization
to a separate setup_blocker() virtual.

setup_blocker() returns false if there's no need to actually block
the thread. This allows us to bail earlier in Thread::block().
2021-08-24 16:37:28 +02:00
..
2021-08-07 11:48:00 +02:00
2021-08-22 03:34:10 +02:00
2021-08-22 03:34:10 +02:00