serenity/Kernel/FileSystem/SysFS
Sam Atkins 1014aefe64 Kernel: Protect Thread::m_name with a spinlock
This replaces manually grabbing the thread's main lock.

This lets us remove the `get_thread_name` and `set_thread_name` syscalls
from the big lock. :^)
2023-02-06 20:36:53 +01:00
..
Subsystems Kernel: Protect Thread::m_name with a spinlock 2023-02-06 20:36:53 +01:00
Component.cpp Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
Component.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
DirectoryInode.cpp
DirectoryInode.h
FileSystem.cpp
FileSystem.h
Inode.cpp
Inode.h
LinkInode.cpp
LinkInode.h
Registry.cpp
Registry.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
RootDirectory.cpp
RootDirectory.h