]> git.sesse.net Git - vlc/commit
libvlccore: remove the threads count
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 17 Aug 2008 10:25:59 +0000 (13:25 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 17 Aug 2008 10:25:59 +0000 (13:25 +0300)
commitf6c0a1a124a213f18482bab4272740fe518a3d8a
treed828177373bf67d8efe2b88d518cda85fce5655c
parent0bb7a50e7484c73cdc7a61b01a4980e77b20c799
libvlccore: remove the threads count

Nowadays, it can only deadlock (threads>0) or do nothing (threads==0)
src/libvlc.c
src/libvlc.h
src/misc/threads.c