summaryrefslogtreecommitdiff
path: root/src/time/clock_getcpuclockid.c
AgeCommit message (Collapse)AuthorLines
2013-06-08support cputime clocks for processes/threads other than selfRich Felker-2/+5
apparently these features have been in Linux for a while now, so it makes sense to support them. the bit twiddling seems utterly illogical and wasteful, especially the negation, but that's how the kernel folks chose to encode pids/tids into the clock id.
2011-02-19implement the remaining clock_* interfacesRich Felker-0/+11