summaryrefslogtreecommitdiff
path: root/Kernel/Library/ThreadSafeRefCounted.h
AgeCommit message (Expand)Author
2022-01-11AK+Kernel: Remove one_ref_left() footgunAndreas Kling
2022-01-08Kernel: Unbreak ref counting hooks in ListedRefCounted & RefCountedAndreas Kling
2022-01-08AK+Kernel: Use requires expression when invoking ref counting hooksAndreas Kling
2021-11-14Kernel: Avoid else after return in Process and ThreadSafeRefCountedAndrew Kaster
2021-11-14AK+Kernel: Suppress clang-tidy warnings from the cert-* categoryAndrew Kaster
2021-10-07AK+Kernel: Make automatically locking RefPtr & co a kernel-only thingAndreas Kling