[vlc-commits] rwlock: reduce footprint and factor Win32 and OS/2 back-ends

Rémi Denis-Courmont git at videolan.org
Mon Sep 10 17:24:58 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Sep 10 18:21:38 2012 +0300| [fba184a0ca0b28376a22f6daf5dac96b50f8e669] | committer: Rémi Denis-Courmont

rwlock: reduce footprint and factor Win32 and OS/2 back-ends

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fba184a0ca0b28376a22f6daf5dac96b50f8e669
---

 include/vlc_threads.h |   35 ++++++-----------
 src/Makefile.am       |    2 +
 src/misc/rwlock.h     |   99 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/os2/thread.c      |   75 +------------------------------------
 src/win32/thread.c    |   59 ++---------------------------
 5 files changed, 118 insertions(+), 152 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=fba184a0ca0b28376a22f6daf5dac96b50f8e669


More information about the vlc-commits mailing list