[vlc-commits] lib: remove no lonegr used asynchronous event queue
    Rémi Denis-Courmont 
    git at videolan.org
       
    Wed Aug  5 20:31:27 CEST 2015
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Jul 31 00:18:27 2015 +0300| [062bd6c22a1c002204df8ad5496f3edf574453d7] | committer: Rémi Denis-Courmont
lib: remove no lonegr used asynchronous event queue
This fixes excessive (and dumb) usage of thread local variables, and
invalid use of thread cancellation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=062bd6c22a1c002204df8ad5496f3edf574453d7
---
 lib/Makefile.am       |    1 -
 lib/event.c           |   68 +++---------
 lib/event_async.c     |  287 -------------------------------------------------
 lib/event_internal.h  |   10 +-
 lib/libvlc_internal.h |    5 -
 5 files changed, 16 insertions(+), 355 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=062bd6c22a1c002204df8ad5496f3edf574453d7
    
    
More information about the vlc-commits
mailing list