[vlc-devel] [PATCH 6/6] thread: remove vlc_cond_destroy()
Rémi Denis-Courmont
remi at remlab.net
Fri Feb 21 13:42:27 CET 2020
Hi,
We can't remove rwlock_destroy() yet, as it still does something in POSIX platforms.
Le 21 février 2020 14:21:36 GMT+02:00, Thomas Guillem <thomas at gllm.fr> a écrit :
>Hello,
>
>You missed
>
>void vlc_rwlock_destroy (vlc_rwlock_t *lock)
>{
> vlc_cond_destroy (&lock->wait);
>}
>
>in src/misc/threads.c
>
>Should we also remove vlc_rwlock_destroy() ?
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel
--
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200221/9b0cc718/attachment.html>
More information about the vlc-devel
mailing list