[vlc-devel] [vlc-commits] access/live555: make TimeoutPrevention thread interruptable
Rémi Denis-Courmont
remi at remlab.net
Wed Aug 3 11:11:53 CEST 2016
Le 2016-08-03 10:51, git at videolan.org a écrit :
> vlc | branch: master | Filip Roséen <filip at atch.se> | Tue Aug 2
> 21:12:15 2016 +0200| [e47d8ad841509b91734e5a19dec881265b25c93c] |
> committer: Jean-Baptiste Kempf
>
> access/live555: make TimeoutPrevention thread interruptable
>
> This replaces the usage of "msleep" with "vlc_msleep_i11e"
> which is guaranteed to be interruptable on every platform.
That patch has no effects at run-time and is obviously(1) completely
pointless.
(1) If you follow the code, it does vlc_msleep_i11e -> vlc_mwait_i11e
-> mwait. So it just replaces msleep(X) with mwait(mdate()+X).
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list