ladybird/Userland/Libraries/LibThreading
Andreas Kling fd155193e7 LibThreading: Use a condvar to signal the BackgroundAction thread
Now that pthread_cond_t works correctly thanks to Sergey, we can use
them to wake up the BackgroundAction worker thread instead of making
a Unix pipe. :^)
2021-07-07 18:02:43 +02:00
..
BackgroundAction.cpp LibThreading: Use a condvar to signal the BackgroundAction thread 2021-07-07 18:02:43 +02:00
BackgroundAction.h LibThreading: Fix BackgroundAction result use-after-free 2021-07-05 18:11:58 +02:00
CMakeLists.txt Userland: Rename LibThread => LibThreading 2021-05-22 18:54:22 +02:00
Lock.h LibThread: Fix formatting that was broken by the previous commit 2021-07-06 00:14:19 +02:00
Thread.cpp LibThreading: Add new detach() API to Thread 2021-07-02 17:52:45 +02:00
Thread.h LibThreading: Add new detach() API to Thread 2021-07-02 17:52:45 +02:00