ladybird/Kernel/Library
Andreas Kling e475263113 AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Instead of having two separate implementations of AK::RefCounted, one
for userspace and one for kernelspace, there is now RefCounted and
AtomicRefCounted.
2022-08-20 17:15:52 +02:00
..
ListedRefCounted.h AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel 2022-08-20 17:15:52 +02:00
ThreadSafeNonnullRefPtr.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ThreadSafeRefPtr.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ThreadSafeWeakable.h AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel 2022-08-20 17:15:52 +02:00
ThreadSafeWeakPtr.h AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel 2022-08-20 17:15:52 +02:00