Android: do not use semaphores from vlc_testcancel()
Taking any lock in vlc_testcancel() is prone to deadlock since it gets called from vlc_cond_(timed)wait() with the mutex held. Not using semaphores at all would probably be saner here though.
Showing
Please register or sign in to comment