• jan Iversen's avatar
    vcl/scheduler adjusted time check. · 18d50b61
    jan Iversen yazdı
    the sal_timer might be off with a fraction, so when comparing
    it is -1 (due to use of int), which lead to adding 250 ticks.
    
    Changed check to be
    	if time < wanted time - 1
    		add extra time
    
    Change-Id: I788b3e3b491a513f44f7b495727d1a6842af6109
    18d50b61
scheduler.cxx 20.2 KB