summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_getcpuclockid.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use .In rather than .Fd #includeschwarze2015-09-101-3/+3
|
* do not use .St -p1003.1d-99 which is used in exactly two pages;schwarze2014-11-301-4/+4
| | | | im going to delete support for it from mandoc(1)
* Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2013-06-171-0/+61
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@