ladybird/Libraries/LibThreading
R-Goc 02bb892d7a LibThreading/LibSync: Split out sync primitives
This commit splits out synchronization primitives from LibThreading into
LibSync. This is because LibThreading depends on LibCore, while LibCore
needs the synchronization primitives from LibThreading. This worked
while they were header only, but when I tried to add an implementation
file it ran into the circular dependency. To abstract away the pthread
implementation using cpp files is necessary so the synchronization
primitives were moved to a separate library.
2026-05-08 18:58:35 -05:00
..
BackgroundAction.cpp LibThreading/LibSync: Split out sync primitives 2026-05-08 18:58:35 -05:00
BackgroundAction.h LibThreading: Simplify BackgroundAction callback invocation 2026-03-02 17:06:39 -06:00
CMakeLists.txt LibThreading/LibSync: Split out sync primitives 2026-05-08 18:58:35 -05:00
Forward.h LibThreading: Remove WorkerThread 2026-01-26 15:51:46 -06:00
Thread.cpp LibThreading: Allow configuring thread stack size 2026-03-06 13:06:05 +01:00
Thread.h LibThreading: Allow configuring thread stack size 2026-03-06 13:06:05 +01:00
ThreadPool.cpp LibThreading/LibSync: Split out sync primitives 2026-05-08 18:58:35 -05:00
ThreadPool.h LibThreading/LibSync: Split out sync primitives 2026-05-08 18:58:35 -05:00