ladybird/Libraries/LibThreading
Shannon Booth ec19672031 LibThreading: Remove handling of null thread name for Thread
A Thread name should always be provided (and currently is).
2026-02-21 12:37:44 +01:00
..
BackgroundAction.cpp Everywhere: Move the thread name parameter for Thread constructors 2026-01-26 15:51:46 -06:00
BackgroundAction.h LibThreading: Run BackgroundAction error handlers on the origin loop 2026-01-28 15:36:33 -06: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: Remove WorkerThread 2026-01-26 15:51:46 -06: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: Remove handling of null thread name for Thread 2026-02-21 12:37:44 +01:00
Thread.h LibThreading: Remove handling of null thread name for Thread 2026-02-21 12:37:44 +01:00