about summary refs log tree commit diff
path: root/src/time/clock_getcpuclockid.c
Commit message (Collapse)AuthorAgeFilesLines
* support cputime clocks for processes/threads other than selfRich Felker2013-06-081-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.
* implement the remaining clock_* interfacesRich Felker2011-02-191-0/+11