]> git.sesse.net Git - vlc/commit
Use a per-object spin around the reference count.
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 7 May 2008 20:12:52 +0000 (23:12 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 7 May 2008 20:13:01 +0000 (23:13 +0300)
commitb3c8d478e9091fe55a2513eb8e416162da3bb5e4
treec5c38c92a65d31a8788dd5020effc092d679c1d5
parent5421e9cd54ac4384583f13daf9323304e532c257
Use a per-object spin around the reference count.

So we don't contend for the global structure lock all the time.
src/libvlc.h
src/misc/objects.c