summaryrefslogtreecommitdiff
path: root/Userland/tt.cpp
AgeCommit message (Expand)Author
2020-11-26LibPthread: Fix broken EINVAL check in pthread_attr_setdetachstate()Andreas Kling
2020-09-03Userland/tt: Use a default value for the test to runAvery
2020-08-16Userland/tt: Switch to MiBNico Weber
2020-08-12Userland: Make 'tt t' spawn a thread and stand stillBen Wiederhake
2020-08-06Userland: Use Core::ArgsParser for 'tt'Linus Groh
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-18Kernel+LibPthread: pthread_create handles pthread_attr_tAndrew Kaster
2019-11-16LibPthread: Implement a basic first pthread mutexAndreas Kling
2019-11-14Kernel+LibPthread: Implement pthread_join()Andreas Kling