[Bug 252816] x11-servers/xorg-server: patch to utilize CLOCK_MONOTONIC_FAST for the clock
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Jun 2021 18:27:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252816 Mitchell Horne <mhorne@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mhorne@freebsd.org --- Comment #4 from Mitchell Horne <mhorne@freebsd.org> --- Might be worth noting that modern libc has a VDSO implementation of clock_gettime(3), under which CLOCK_MONOTONIC and the _FAST variant behave identically (see the switch statement in lib/libc/sys/__vdso_gettimeofday.c). It seems likely that for any system interested in running X11, this patch will be a no-op. This may include the system you tested on, unless you made specific provisions against this. This is merely a passing observation; I'm not nay-saying the patch. -- You are receiving this mail because: You are the assignee for the bug.