summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPthread/pthread.h
AgeCommit message (Expand)Author
2022-02-12LibPthread: Add PTHREAD_CANCELEDAli Mohammad Pur
2022-01-09LibPthread: Implement pthread_condattr_getclockBrian Gianforcaro
2021-07-05LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NPAndreas Kling
2021-05-10LibC: Partially implement pthread_setcancel{state,type}()Gunnar Beutner
2021-05-08LibPthread: Add implementation for pthread_mutexattr_gettypeGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibPthread: Add non functional pthread_attr_[set|get]scope stubsBrian Gianforcaro
2021-04-20LibPthread: Add stubs for pthread_spin_* functionsGunnar Beutner
2021-04-20LibC+LibPthread: Implement function forwarding for libpthreadGunnar Beutner
2021-04-18LibC+LibPthread: Make sure TLS keys are destroyed after everything elseGunnar Beutner
2021-02-15LibC+LibPthread: Implement pthread_atfork()AnotherTest
2021-02-15LibPthread: Stub out `pthread_atfork()`AnotherTest
2021-02-15LibC+LibPthread: Stub out pthread_rwlock_* functionsAnotherTest
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