* ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait
implementation to avoid races, by using SetEvent instead of PulseEvent.
Showing
Please register or sign in to comment
implementation to avoid races, by using SetEvent instead of PulseEvent.