thread: use the common vlc_cond_t implementation
commitad6983eef48be550213e3b61f3b44ea1f43adf4a
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 19 Feb 2020 19:46:09 +0000 (19 21:46 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 21 Feb 2020 17:14:52 +0000 (21 19:14 +0200)
treec6387009806be9808bfd5b4ecba09491fca6b7a8
parentdb1fdee136470892b59f596ba07c42ce45185a26
thread: use the common vlc_cond_t implementation

This gets rid of some platform-specific code. The more interesting
consequence is allowing custom mutex implementation later, which would
not otherwise be possible, due to vlc_cond_wait() entanglement.
include/vlc_threads.h
src/darwin/thread.c
src/misc/threads.c
src/os2/thread.c
src/posix/thread.c