mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Kernel: Serialize debug output
This commit is contained in:
parent
1da7fea602
commit
3ac6d31b45
Notes:
sideshowbarker
2024-07-19 05:18:20 +09:00
Author: https://github.com/tomuta
Commit: 3ac6d31b45
Pull-request: https://github.com/SerenityOS/serenity/pull/2513
5 changed files with 177 additions and 20 deletions
|
@ -58,6 +58,8 @@ class Region;
|
|||
class Scheduler;
|
||||
class SharedBuffer;
|
||||
class Socket;
|
||||
template <typename BaseType> class SpinLock;
|
||||
template <typename BaseType, typename LockType> class ScopedSpinLock;
|
||||
class TCPSocket;
|
||||
class TTY;
|
||||
class Thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue