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
F151255635: D55824.id173602.diff
Tue, Apr 7, 3:47 AM
Unknown Object (File)
Sun, Apr 5, 2:06 PM
Unknown Object (File)
Sun, Apr 5, 1:18 PM
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
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 Passed
Unit
No Test Coverage
Build Status
Buildable 71360
Build 68243: arc lint + arc unit

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.