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
Unknown Object (File)
Wed, Apr 1, 11:53 AM
Unknown Object (File)
Sun, Mar 29, 11:56 PM
Unknown Object (File)
Sat, Mar 28, 12:18 PM
Unknown Object (File)
Wed, Mar 25, 9:29 AM
Unknown Object (File)
Wed, Mar 25, 6:27 AM
Unknown Object (File)
Wed, Mar 25, 3:08 AM
Unknown Object (File)
Sun, Mar 22, 11:24 AM
Unknown Object (File)
Fri, Mar 20, 7:01 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.Thu, Mar 12, 2:08 PM

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