[vlc-devel] commit: De-inline mutex and condition functions. Document them. ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Sep 7 18:06:23 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Sep 7 18:59:02 2008 +0300| [6429d700ffd2d6ae4a30e42b7a9520f01daa8f72] | committer: Rémi Denis-Courmont
De-inline mutex and condition functions. Document them.
The overhead of calling a function is rather tiny compared to the
overhead of doing the system call these typically involve.
Also refs #1392
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6429d700ffd2d6ae4a30e42b7a9520f01daa8f72
---
include/vlc_threads.h | 207 ++---------------------------------------------
src/libvlccore.sym | 9 ++-
src/misc/threads.c | 217 +++++++++++++++++++++++++++++++++++++++++++++---
3 files changed, 218 insertions(+), 215 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=6429d700ffd2d6ae4a30e42b7a9520f01daa8f72
More information about the vlc-devel
mailing list