<p>Hi Remi,</p>
<p>On 16/08/03 11:11, RĂ©mi Denis-Courmont wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code>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).</code></pre>
</blockquote>
<p>I thought the _i11e-functions were meant to be interruptible and provide a point-of-cancellation, though I just found out exactly what you are stating above after some further debugging.</p>
<p>I will do some further research and make sure that the intention is honored in a portable manner.</p>
<p>Thank you!</p>