summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibThread
AgeCommit message (Expand)Author
2021-05-14LibThread: Port Lock to foreign environmentsJean-Baptiste Boric
2021-05-10LibThread: Remove LOCKER() macro, as it adds no valueBrian Gianforcaro
2021-04-27LibThread: Fix int to pointer conversionJean-Baptiste Boric
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling