summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/pthread.cpp
AgeCommit message (Expand)Author
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
2022-12-28LibC: Remove i686 supportLiav A
2022-12-11Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execvesin-ack
2022-11-05LibC: Implement pthread_testcancelClemens Wasser
2022-10-27LibC: Implement pthread_{get,set}schedparamkleines Filmröllchen
2022-10-24LibC: Make 'attributes' parameter for pthread_create constGunnar Beutner
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-07-22LibC: Mark a bunch of functions as cancellation pointsTim Schumacher
2022-07-22LibC: Implement `pthread_cancel`Tim Schumacher
2022-07-22LibC: Implement `pthread_setcancel{state,type}`Tim Schumacher
2022-07-21Kernel: Clean up sys$futex and add support for cross-process futexesIdan Horowitz
2022-07-20LibC: Remove the initialization workaround from `s_allocation_enabled`Tim Schumacher
2022-07-19LibC: Remove a bunch of weak `pthread_*` symbolsTim Schumacher
2022-07-19LibPthread: Move the pthread and semaphore implementation to LibCTim Schumacher