ladybird/Libraries/LibThreading
Zaggy1024 fceb73e65a LibThreading: Remove Weakable from Thread
Weakable is not thread-safe, so taking a strong reference from a
WeakPtr<Thread> may result in a use-after-free. We don't use this
functionality anywhere anyway, so remove it.
2025-09-22 17:28:21 -05:00
..
BackgroundAction.cpp LibThreading: Build on Windows 2024-12-08 17:19:42 -07:00
BackgroundAction.h Everywhere: Use a forward declaration for pointers to Threading::Thread 2025-09-22 17:28:21 -05:00
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
ConditionVariable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Forward.h LibThreading: Forward-declare Thread in LibThreading/Forward.h 2025-09-22 17:28:21 -05:00
Mutex.h LibThreading: Clean up pthread mutex attributes and mutex itself 2025-02-20 15:04:50 -07:00
MutexProtected.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RWLock.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RWLockProtected.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Thread.cpp LibThreading: Build on Windows 2024-12-08 17:19:42 -07:00
Thread.h LibThreading: Remove Weakable from Thread 2025-09-22 17:28:21 -05:00
WorkerThread.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00