[vlc-devel] vlc: svn commit r25178 (courmisch)
Subversion daemon
svn at videolan.org
Sun Feb 17 17:15:27 CET 2008
r25178 | courmisch | 2008-02-17 17:15:24 +0100 (Sun, 17 Feb 2008) | 6 lines
Changed paths:
M /trunk/include/vlc_threads_funcs.h
M /trunk/src/libvlc.sym
M /trunk/src/misc/threads.c
Rework threading:
- lock/unlock/signal/wait/destroy functions cannot fail unless there is a bug,
so have them return void rather than an unused int, and assert against bugs.
- Fix a few corner case minor bugs.
- Use fprintf() rather than msg_Err() to avoid infinite recursions.
> http://trac.videolan.org/vlc/changeset/25178
More information about the vlc-devel
mailing list