Age | Commit message (Expand) | Author |
---|---|---|
2021-07-12 | Revert "LibThreading: Fix BackgroundAction result use-after-free" | Andreas Kling |
2021-07-09 | LibThreading: Rename Lock => Mutex | Andreas Kling |
2021-07-09 | LibThreading: Remove unused "Lockable" class | Andreas Kling |
2021-07-07 | LibThreading: Use a condvar to signal the BackgroundAction thread | Andreas Kling |
2021-07-06 | LibThread: Fix formatting that was broken by the previous commit | Gunnar Beutner |
2021-07-06 | LibThreading: Fix building the library on macOS | Gunnar Beutner |
2021-07-05 | LibThreading: Reimplement Lock in terms of pthread_mutex_t | Andreas Kling |
2021-07-05 | LibThreading: Fix BackgroundAction result use-after-free | Tom |
2021-07-04 | LibThreading: Wake up the background worker thread when there's work | Andreas Kling |
2021-07-02 | LibThreading: Add new detach() API to Thread | Spencer Dixon |
2021-07-02 | LibThreading: Add ability to cancel ongoing BackgroundActions | Spencer Dixon |
2021-05-22 | Userland: Rename LibThread => LibThreading | Andreas Kling |