mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 07:07:49 +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
Notes:
sideshowbarker
2024-07-19 07:30:46 +09:00
Author: https://github.com/bugaevc
Commit: 54550365eb
Pull-request: https://github.com/SerenityOS/serenity/pull/1837
11 changed files with 26 additions and 26 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
static KResultOr<NonnullRefPtr<Socket>> create(int type);
|
||||
virtual ~LocalSocket() override;
|
||||
|
||||
static void for_each(Function<void(LocalSocket&)>);
|
||||
static void for_each(Function<void(const LocalSocket&)>);
|
||||
|
||||
StringView socket_path() const;
|
||||
String absolute_path(const FileDescription& description) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue