summaryrefslogtreecommitdiff
path: root/Tests/LibC/TestPthreadCancel.cpp
AgeCommit message (Collapse)Author
2022-07-22Tests: Add a test for `pthread_cancel`Tim Schumacher
2022-07-22Tests: Add tests for `pthread_setcancel{state,type}`Tim Schumacher
We likely won't be able to test `pthread_cancel` itself, but this at least makes sure that we use the correct values by default and that we correctly reject invalid values.