summaryrefslogtreecommitdiff
path: root/Libraries/LibThread/Thread.cpp
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-01LibThread: Improve semantics of Thread::join, and remove Thread::quit.Andrew Kaster
2020-12-31LibThread: Give Thread std::jthread semanticsAndrew Kaster
2020-11-24LibThread: Add API to join a threadSergey Bugaev
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-07-21LibPThread: Make pthread_exit a noreturn functionMuhammad Zahalqa
2020-02-05LibThread: Store thread id as pthread_t, use pthread_self()joshua stein
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-11LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np()Andreas Kling
2019-12-08LibThread: Allow setting thread name in constructorAndrew Kaster
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-08-26LibThread: Introduce a new threading librarySergey Bugaev