Skip to content

gatomicrefcount: Make g_atomic_ref_count_init non-atomic

Ghost User requested to merge (removed):non-atomic-init into master

Programmer needs to ensure that initializations happens before other operations on gatomicrefcount as otherwise they could access uninitialized memory, so there is no practical use case for making initialization atomic.

Merge request reports