[LITMUS^RT] sync release on integral millisecond

Glenn Elliott gelliott at cs.unc.edu
Sun Feb 17 05:02:22 CET 2013


Quick question: Why does sys_release_ts() set release times to be on integral milliseconds?  Is this for tick scheduling, or something?

146         /* round up to next larger integral millisecond */
147         start_time = ((litmus_clock() / ONE_MS) + 1) * ONE_MS;

Thanks,
Glenn



More information about the litmus-dev mailing list