Le lundi 19 octobre 2015 à 15:57 +0800, cee1 a écrit :
> Is there any examples about the limitation of this reference count
> based model at hand?
> 
> So can I say gstreamer use COW mainly for locking(similar to RCU),
> not
> for the purpose of removing duplication?

Memory locking is a term used in certain graphics stacks. It means
gaining access to the data with specific permissions.

see, gst_mini_object_lock() and gst_mini_object_unlock(). These have
nothing to do with mutexes.

Nicolas

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to