index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibThreading
Age
Commit message (
Expand
)
Author
2021-11-02
LibThreading: Remove redundant method
Ben Wiederhake
2021-10-06
LibThreading: Add missing headers to Mutex.h
Ben Wiederhake
2021-09-16
LibThreading: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibThreading: Neither Mutex or MutexLocker should be movable / copyable
Brian Gianforcaro
2021-09-12
LibThreading: Add ConditionVariable wrapper
kleines Filmröllchen
2021-09-02
LibCore+Userland: Implement Core::deferred_invoke
sin-ack
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