summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibThreading
AgeCommit message (Expand)Author
2021-11-02LibThreading: Remove redundant methodBen Wiederhake
2021-10-06LibThreading: Add missing headers to Mutex.hBen Wiederhake
2021-09-16LibThreading: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-16LibThreading: Neither Mutex or MutexLocker should be movable / copyableBrian Gianforcaro
2021-09-12LibThreading: Add ConditionVariable wrapperkleines Filmröllchen
2021-09-02LibCore+Userland: Implement Core::deferred_invokesin-ack
2021-07-12Revert "LibThreading: Fix BackgroundAction result use-after-free"Andreas Kling
2021-07-09LibThreading: Rename Lock => MutexAndreas Kling
2021-07-09LibThreading: Remove unused "Lockable" classAndreas Kling
2021-07-07LibThreading: Use a condvar to signal the BackgroundAction threadAndreas Kling
2021-07-06LibThread: Fix formatting that was broken by the previous commitGunnar Beutner
2021-07-06LibThreading: Fix building the library on macOSGunnar Beutner
2021-07-05LibThreading: Reimplement Lock in terms of pthread_mutex_tAndreas Kling
2021-07-05LibThreading: Fix BackgroundAction result use-after-freeTom
2021-07-04LibThreading: Wake up the background worker thread when there's workAndreas Kling
2021-07-02LibThreading: Add new detach() API to ThreadSpencer Dixon
2021-07-02LibThreading: Add ability to cancel ongoing BackgroundActionsSpencer Dixon
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling