summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibThreading/Thread.h
AgeCommit message (Expand)Author
2022-12-11LibThreading: Overhaul thread behavior with ThreadStatekleines Filmröllchen
2022-12-11LibThreading: Add a thread state enumkleines Filmröllchen
2022-12-11LibThreading: Add Thread formatterkleines Filmröllchen
2022-12-11LibThreading: Move now-trivial accessors of Thread to cpp filekleines Filmröllchen
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-13LibThreading: Add thread priority controls to Threadkleines Filmröllchen
2022-07-22Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'Linus Groh
2022-07-22LibThreading: Add is_started state information to Threadkleines Filmröllchen
2022-07-12Everywhere: Use default StringView constructor over nullptrsin-ack
2021-07-02LibThreading: Add new detach() API to ThreadSpencer Dixon
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling