Page MenuHomeFreeBSD

kern_time: Honor the precise option when counting diff
ClosedPublic

Authored by aokblast on Thu, Mar 12, 9:23 AM.
Tags
None
Referenced Files
F147989658: D55824.diff
Sun, Mar 15, 1:37 AM
Unknown Object (File)
Fri, Mar 13, 3:45 PM
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.Thu, Mar 12, 2:08 PM

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