Page MenuHomeFreeBSD

kern_time: Honor the precise option when counting diff
ClosedPublic

Authored by aokblast on Mar 12 2026, 9:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 30, 12:16 AM
Unknown Object (File)
Thu, Apr 30, 12:11 AM
Unknown Object (File)
Wed, Apr 29, 8:24 AM
Unknown Object (File)
Wed, Apr 29, 8:16 AM
Unknown Object (File)
Thu, Apr 23, 7:39 PM
Unknown Object (File)
Sat, Apr 18, 11:36 AM
Unknown Object (File)
Sat, Apr 18, 8:51 AM
Unknown Object (File)
Wed, Apr 15, 5:38 AM
Subscribers

Details

Summary

When preecise option is used, the true elapsed time should also use the
precise timer.

This fixes the test case sleep_for.signals.pass.cpp in libcxx.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 12 2026, 2:08 PM

I read through everything two different times, and convinced myself both times this is the proper change.