Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-24 | LibC: Make 'attributes' parameter for pthread_create const | Gunnar Beutner | |
2022-07-22 | LibC: Implement `pthread_cancel` | Tim Schumacher | |
2022-07-19 | LibPthread: Move the pthread and semaphore implementation to LibC | Tim Schumacher | |
This additionally adds some compatibility code to redirect linking attempts for LibPthread to LibC instead. |