25 #ifndef ATOMIC_H_INCLUDED
26 #define ATOMIC_H_INCLUDED
41 static inline gboolean
44 return g_atomic_int_dec_and_test(&c->
counter);
50 return g_atomic_int_get(&c->
counter);
56 return g_atomic_int_add(&c->
counter, val);
gint counter
Definition: atomic.h:32
GString * value
Definition: test_decode.c:28