summaryrefslogtreecommitdiff
path: root/AK/AtomicRefCounted.h
AgeCommit message (Collapse)Author
2022-08-20AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernelAndreas Kling
Instead of having two separate implementations of AK::RefCounted, one for userspace and one for kernelspace, there is now RefCounted and AtomicRefCounted.