os2: thread: determine cancelable state with killable variable
If thread cancel is disabled and cancel is requested, it causes a tight
infinite loop eating up CPU in cancellation points such as vlc_join(),
vlc_cond_wait() and vlc_cond_timedwait().
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
Showing
Please register or sign in to comment