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