mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:57:43 +00:00
Kernel: Use shared locking mode in some places
The notable piece of code that remains to be converted is Ext2FS.
This commit is contained in:
parent
05ba4295e9
commit
54550365eb
11 changed files with 26 additions and 26 deletions
|
@ -36,7 +36,7 @@ public:
|
|||
virtual ~UDPSocket() override;
|
||||
|
||||
static SocketHandle<UDPSocket> from_port(u16);
|
||||
static void for_each(Function<void(UDPSocket&)>);
|
||||
static void for_each(Function<void(const UDPSocket&)>);
|
||||
|
||||
private:
|
||||
explicit UDPSocket(int protocol);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue