mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibThreading: Rename Lock => Mutex
This commit is contained in:
parent
ce5d2b4f16
commit
b8a204c5b9
Notes:
sideshowbarker
2024-07-18 10:01:01 +09:00
Author: https://github.com/awesomekling
Commit: b8a204c5b9
8 changed files with 37 additions and 37 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <AK/LexicalPath.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibDebug/DebugSession.h>
|
||||
#include <LibThreading/Lock.h>
|
||||
#include <LibThreading/Mutex.h>
|
||||
#include <LibThreading/Thread.h>
|
||||
|
||||
namespace HackStudio {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue