Date: Mon, 28 Jun 2021 18:27:38 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 252816] x11-servers/xorg-server: patch to utilize CLOCK_MONOTONIC_FAST for the clock Message-ID: <bug-252816-7141-F36Pw8hmVM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252816-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-252816-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252816 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 w= ill be a no-op. This may include the system you tested on, unless you made spec= ific provisions against this. This is merely a passing observation; I'm not nay-saying the patch. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252816-7141-F36Pw8hmVM>