Skip to content

gdataset, gobject: Use atomic compare and exchange full to set pointers

Marco Trevisan requested to merge 3v1n0/glib:more-atomic-exchange-full into main

In case first exchange failed we can avoid repeating the pointer get operation given that exchange full can provide us the old value.

Similar to c95bf051

Merge request reports