clock_getres.2: Add kernel version for CLOCK_*_CPUTIME_ID

CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID
appeared in 2.6.12.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-09-04 16:45:44 +02:00
parent f042d149dd
commit 783d6cb454
1 changed files with 2 additions and 2 deletions

View File

@ -171,10 +171,10 @@ without having to deal with the complications of
which may have discontinuities if the time is changed using
.BR settimeofday (2).
.TP
.B CLOCK_PROCESS_CPUTIME_ID
.BR CLOCK_PROCESS_CPUTIME_ID " (since Linux 2.6.12)"
High-resolution per-process timer from the CPU.
.TP
.B CLOCK_THREAD_CPUTIME_ID
.BR CLOCK_THREAD_CPUTIME_ID " (since Linux 2.6.12)"
Thread-specific CPU-time clock.
.SH RETURN VALUE
.BR clock_gettime (),