mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
LibThread: Move CLock to LibThread::Lock
And adapt all the code that uses it.
This commit is contained in:
parent
0826cc5a35
commit
3439a479af
7 changed files with 42 additions and 34 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <AK/WeakPtr.h>
|
||||
#include <LibCore/CEvent.h>
|
||||
#include <LibCore/CLocalServer.h>
|
||||
#include <LibCore/CLock.h>
|
||||
#include <LibThread/Lock.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
@ -69,7 +69,7 @@ private:
|
|||
|
||||
static int s_wake_pipe_fds[2];
|
||||
|
||||
CLock m_lock;
|
||||
LibThread::Lock m_lock;
|
||||
|
||||
struct EventLoopTimer {
|
||||
int timer_id { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue