[Bug 262273] Subsuquent Calls to clock_gettime(CLOCK_THREAD_CPUTIME_ID,... ) return time in the past

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 01 Mar 2022 14:57:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262273

--- Comment #6 from firk@cantconnect.ru ---
Please run both tests multiple times to ensure that the first fails from time
to time and the second not. If this is true, it is surely a bug that should be
fixed.

The difference between these two timers is that CLOCK_THREAD_CPUTIME_ID is
designed to be fully realtime, while clock_getcpuclockid2(0,CPUCLOCK_WHICH_TID)
may return slightly outdated value.

-- 
You are receiving this mail because:
You are the assignee for the bug.