summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPthread/pthread_once.cpp
AgeCommit message (Expand)Author
2022-01-07LibPthread: Add POSIX spec links for pthread_once APIBrian Gianforcaro
2021-07-07LibC+LibPthread: Use FUTEX_PRIVATE_FLAG in more placesSergey Bugaev
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-17Kernel: Some futex improvementsTom
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling