mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
Kernel/aarch64: Stub WaitQueueBlocker::unblock to build WaitQueue.cpp
This commit is contained in:
parent
b69a3ad51a
commit
84158a18d5
2 changed files with 2 additions and 6 deletions
|
@ -159,12 +159,7 @@ void Thread::SleepBlocker::was_unblocked(bool)
|
||||||
TODO_AARCH64();
|
TODO_AARCH64();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
bool Thread::WaitQueueBlocker::unblock()
|
||||||
|
|
||||||
// WaitQueue
|
|
||||||
namespace Kernel {
|
|
||||||
|
|
||||||
u32 WaitQueue::wake_all()
|
|
||||||
{
|
{
|
||||||
TODO_AARCH64();
|
TODO_AARCH64();
|
||||||
}
|
}
|
||||||
|
|
|
@ -512,6 +512,7 @@ else()
|
||||||
ThreadTracer.cpp
|
ThreadTracer.cpp
|
||||||
UBSanitizer.cpp
|
UBSanitizer.cpp
|
||||||
UserOrKernelBuffer.cpp
|
UserOrKernelBuffer.cpp
|
||||||
|
WaitQueue.cpp
|
||||||
|
|
||||||
Devices/DeviceManagement.cpp
|
Devices/DeviceManagement.cpp
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue