summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/clock_getcpuclockid.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2013-06-171-0/+31
including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and {clock,pthread}_getcpuclockid() functions. Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@ ok matthew@