objects: per-object tree lock
This replaces the structure lock per instance with a lock per (parent) object. The point is to reduce lock contention in vlc_object_release().
Showing
Please register or sign in to comment
This replaces the structure lock per instance with a lock per (parent) object. The point is to reduce lock contention in vlc_object_release().