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.cpp
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: Give Thread std::jthread semantics
Andrew Kaster
2020-11-24
LibThread: Add API to join a thread
Sergey Bugaev
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-07-21
LibPThread: Make pthread_exit a noreturn function
Muhammad Zahalqa
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
2020-01-11
LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np()
Andreas Kling
2019-12-08
LibThread: Allow setting thread name in constructor
Andrew Kaster
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-08-26
LibThread: Introduce a new threading library
Sergey Bugaev