index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibThread
/
Thread.h
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-01
LibThread: Improve semantics of Thread::join, and remove Thread::quit.
Andrew Kaster
2020-12-31
LibThread: Hide Thread's constructor, as it is a Core::Object
Andrew Kaster
2020-11-24
LibThread: Add API to join a thread
Sergey Bugaev
2020-09-26
HackStudio: Detach from debugged process before terminating
Itamar
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-08-17
LibThread: Uninitialized member variable in Thread, found by Coverity
Brian Gianforcaro
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-05
LibThread: Store thread id as pthread_t, use pthread_self()
joshua stein
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-08
LibThread: Allow setting thread name in constructor
Andrew Kaster
2019-08-26
LibThread: Introduce a new threading library
Sergey Bugaev