[vlc-devel] [PATCH] src: darwin/thread: reimplement monotonic clock for darwin
David Fuhrmann
david.fuhrmann at gmail.com
Mon Jan 6 21:45:52 CET 2014
Am 06.01.2014 um 21:37 schrieb Rémi Denis-Courmont <remi at remlab.net>:
> Le lundi 6 janvier 2014, 21:20:18 David Fuhrmann a écrit :
>> This patch (after modifying it so that the normal timedwait() is called in
>> case of cond_init_daytime) does not make the situation any worse as it
>> already is. Still, the same cond_timedwait function is called.
>
> Say it's subjective if you want, but I think breaking vlc_cond_int_daytime()
> *systematically* is much worse than breaking time in the unlikely event that
> the user adjusts the clock manually.
How can cond_init_daytime be broken if the _exact_ same code path for cond_wait is used as before?
More information about the vlc-devel
mailing list