summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/semaphore.cpp
AgeCommit message (Expand)Author
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-22LibC: Mark a bunch of functions as cancellation pointsTim Schumacher
2022-07-21LibPthread: Implement named semaphoresIdan Horowitz
2022-07-21LibPthread: Support process-shared semaphoresIdan Horowitz
2022-07-21LibPthread: Add magic bytes to the start of sem_t structuresIdan Horowitz
2022-07-21Kernel: Clean up sys$futex and add support for cross-process futexesIdan Horowitz
2022-07-19LibPthread: Move the pthread and semaphore implementation to LibCTim Schumacher
2021-04-14LibPthread: Implement semaphore functionsGunnar Beutner
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-15LibC: Stub out semaphore.hAnotherTest