ladybird/Kernel/Tasks
Ben Wiederhake 2b6546c40a Kernel: Make Thread use AK::Time internally
This commit is very invasive, because Thread likes to take a pointer and write
to it. This means that translating between timespec/timeval/Time would have been
more difficult than just changing everything that hands a raw pointer to Thread,
in bulk.
2021-03-02 08:36:08 +01:00
..
FinalizerTask.cpp Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits. 2021-02-15 08:28:57 +01:00
FinalizerTask.h Kernel: Move sync and finalization tasks into their own files 2020-04-08 17:19:46 +02:00
SyncTask.cpp Kernel: Make Thread use AK::Time internally 2021-03-02 08:36:08 +01:00
SyncTask.h Kernel: Move sync and finalization tasks into their own files 2020-04-08 17:19:46 +02:00