-
Rémi Denis-Courmont authored
If vlc_cancel() while the timer thread is between mwait() and vlc_mutex_lock(), a dead lock would occur at vlc_join(). We need to release the timer lock first.
1b9c3f12
If vlc_cancel() while the timer thread is between mwait() and vlc_mutex_lock(), a dead lock would occur at vlc_join(). We need to release the timer lock first.