Searched refs:gatomicrefcount (Results 1 – 14 of 14) sorted by relevance
42 void g_atomic_ref_count_init (gatomicrefcount *arc);44 void g_atomic_ref_count_inc (gatomicrefcount *arc);46 gboolean g_atomic_ref_count_dec (gatomicrefcount *arc);48 gboolean g_atomic_ref_count_compare (gatomicrefcount *arc,93 G_STATIC_ASSERT (sizeof *(rc) == sizeof (gatomicrefcount)); \100 G_STATIC_ASSERT (sizeof *(rc) == sizeof (gatomicrefcount)); \107 G_STATIC_ASSERT (sizeof *(rc) == sizeof (gatomicrefcount)); \114 G_STATIC_ASSERT (sizeof *(rc) == sizeof (gatomicrefcount)); \
207 (g_atomic_ref_count_init) (gatomicrefcount *arc)232 (g_atomic_ref_count_inc) (gatomicrefcount *arc)257 (g_atomic_ref_count_dec) (gatomicrefcount *arc) in gboolean()278 (g_atomic_ref_count_compare) (gatomicrefcount *arc, in gboolean()
41 gatomicrefcount ref_count;
73 gatomicrefcount ref_count;
80 gatomicrefcount ref_count;
554 typedef gint gatomicrefcount; /* should be accessed only using atomics */ typedef
114 gatomicrefcount ref_count;1060 gatomicrefcount ref_count;
81 gatomicrefcount ref_count;
273 gatomicrefcount ref_count;
120 gatomicrefcount a, b; in test_gatomicrefcount()180 gatomicrefcount a; in test_gatomicrefcount_saturation()
3888 gatomicrefcount
148 gatomicrefcount ref_count;
3285 gatomicrefcount ref_count;
2345 - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic