Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-08 | support cputime clocks for processes/threads other than self | Rich Felker | 1 | -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-19 | implement the remaining clock_* interfaces | Rich Felker | 1 | -0/+11 | |