summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/pthread.h
AgeCommit message (Collapse)Author
2022-10-24LibC: Make 'attributes' parameter for pthread_create constGunnar Beutner
2022-07-22LibC: Implement `pthread_cancel`Tim Schumacher
2022-07-19LibPthread: Move the pthread and semaphore implementation to LibCTim Schumacher
This additionally adds some compatibility code to redirect linking attempts for LibPthread to LibC instead.