vlc_timer_gettime: fix corner-case dead lock
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.
Showing
Please register or sign in to comment