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