summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibThreading/Thread.cpp
AgeCommit message (Expand)Author
2022-12-11LibThreading: Overhaul thread behavior with ThreadStatekleines Filmröllchen
2022-12-11LibThreading: Move now-trivial accessors of Thread to cpp filekleines Filmröllchen
2022-12-11LibThreading: Use Threading namespace in Thread.cppkleines Filmröllchen
2022-11-13LibThreading: Add thread priority controls to Threadkleines Filmröllchen
2022-10-16LibThreading: Only set pthread name on SerenityAndrew Kaster
2022-07-22LibThreading: Add is_started state information to Threadkleines Filmröllchen
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2021-07-02LibThreading: Add new detach() API to ThreadSpencer Dixon
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling