ladybird/Userland/Libraries/LibThreading
Andrew Kaster 88176d4be2 LibThreading: Guard closing the background thread on the thread existing
This prevents a crash in ImageDecoder when it's closed before any
image decoding requests have been made.
2024-07-25 20:55:31 +01:00
..
BackgroundAction.cpp LibThreading: Guard closing the background thread on the thread existing 2024-07-25 20:55:31 +01:00
BackgroundAction.h Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
CMakeLists.txt
ConditionVariable.h
Forward.h
Mutex.h Userland: Remove some SerenityOS checks 2024-06-10 13:53:01 +02:00
MutexProtected.h LibThreading: Expose the ProtectedType alias 2024-05-20 08:03:35 +02:00
RWLock.h LibThreading: Add RWLock and RWLockedProtected 2024-05-20 08:03:35 +02:00
RWLockProtected.h LibThreading: Add RWLock and RWLockedProtected 2024-05-20 08:03:35 +02:00
Thread.cpp Userland: Remove some SerenityOS checks 2024-06-10 13:53:01 +02:00
Thread.h Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
ThreadPool.h LibThreading: Add a ThreadPool 2024-05-20 08:03:35 +02:00
WorkerThread.h