History log of /seL4-refos-master/libs/libmuslc/src/time/clock_getcpuclockid.c
Revision Date Author Comments
# ea200e38 08-Jun-2013 Rich Felker <dalias@aerifal.cx>

support cputime clocks for processes/threads other than self

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.


# 4b1244a0 18-Feb-2011 Rich Felker <dalias@aerifal.cx>

implement the remaining clock_* interfaces