Skip to content
  • Sebastian Wilhelmi's avatar
    Fix memory barrier position in g_atomic_int_get and g_atomic_pointer_get. · 78568970
    Sebastian Wilhelmi authored
    2005-12-17  Sebastian Wilhelmi  <seppi@seppi.de>
    
    	* glib/gatomic.c: Fix memory barrier position in g_atomic_int_get
    	and g_atomic_pointer_get. Add g_atomic_int_set and
    	g_atomic_pointer_set implementations for the !DEFINE_WITH_MUTEXES &&
    	G_ATOMIC_OP_MEMORY_BARRIER_NEEDED case, as well as defining them
    	as functions (additionally to the macros in the header) for the
    	!G_ATOMIC_OP_MEMORY_BARRIER_NEEDED case.
    78568970