]> git.sesse.net Git - vlc/commit
De-inline mutex and condition functions. Document them.
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 7 Sep 2008 15:59:02 +0000 (18:59 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 7 Sep 2008 16:02:51 +0000 (19:02 +0300)
commit6429d700ffd2d6ae4a30e42b7a9520f01daa8f72
tree41542729fe08a22235a58a4edd3a1bb26395db76
parentf8d586c21c3f438634c52805d92028e47bcc43d0
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
include/vlc_threads.h
src/libvlccore.sym
src/misc/threads.c