summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPthread
AgeCommit message (Expand)Author
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-17LibPthread: Convert dbgprintf() => dbgln_if()Andreas Kling
2021-02-15LibC+LibPthread: Permit partial pthread_atforkBen Wiederhake
2021-02-15LibC+LibPthread: Implement pthread_atfork()AnotherTest
2021-02-15LibC+LibPthread: Implement pthread_rwlock_*AnotherTest
2021-02-15LibPthread: Stub out `pthread_atfork()`AnotherTest
2021-02-15LibC+LibPthread: Stub out pthread_rwlock_* functionsAnotherTest
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-22LibPthread: Fix asserting futex return valueTom
2021-01-17Kernel: Some futex improvementsTom
2021-01-12LibPthread: Add pthread_equal()Andreas Kling
2021-01-12LibPthread: Stub pthread_setcancelstate() and pthread_setcanceltype()Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling