Home
last modified time | relevance | path

Searched refs:gatomicrefcount (Results 1 – 14 of 14) sorted by relevance

/third_party/glib/glib/
Dgrefcount.h42 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)); \
Dgrefcount.c207 (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()
Dgrcboxprivate.h41 gatomicrefcount ref_count;
Dgbytes.c73 gatomicrefcount ref_count;
Dgvarianttypeinfo.c80 gatomicrefcount ref_count;
Dgtypes.h554 typedef gint gatomicrefcount; /* should be accessed only using atomics */ typedef
Dgarray.c114 gatomicrefcount ref_count;
1060 gatomicrefcount ref_count;
Dgvariant-core.c81 gatomicrefcount ref_count;
Dghash.c273 gatomicrefcount ref_count;
/third_party/glib/glib/tests/
Drefcount.c120 gatomicrefcount a, b; in test_gatomicrefcount()
180 gatomicrefcount a; in test_gatomicrefcount_saturation()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3888 gatomicrefcount
/third_party/glib/gio/
Dgdesktopappinfo.c148 gatomicrefcount ref_count;
Dgdbusconnection.c3285 gatomicrefcount ref_count;
/third_party/glib/
DNEWS2345 - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic