vlc_cond_broadcast: broadcast signal on a condition variable
Seems like this is needed for proper vlc_object_kill() (if more than one thread waits on a given object).
Showing
Please register or sign in to comment
Seems like this is needed for proper vlc_object_kill() (if more than one thread waits on a given object).