Home
last modified time | relevance | path

Searched refs:grefcount (Results 1 – 11 of 11) sorted by relevance

/third_party/glib/glib/
Dgrefcount.h32 void g_ref_count_init (grefcount *rc);
34 void g_ref_count_inc (grefcount *rc);
36 gboolean g_ref_count_dec (grefcount *rc);
38 gboolean g_ref_count_compare (grefcount *rc,
59 G_STATIC_ASSERT (sizeof *(rc) == sizeof (grefcount)); \
66 G_STATIC_ASSERT (sizeof *(rc) == sizeof (grefcount)); \
75 G_STATIC_ASSERT (sizeof *(rc) == sizeof (grefcount)); \
76 grefcount __rc = *(rc); \
86 G_STATIC_ASSERT (sizeof *(rc) == sizeof (grefcount)); \
Dgrefcount.c92 (g_ref_count_init) (grefcount *rc)
117 (g_ref_count_inc) (grefcount *rc)
119 grefcount rrc;
150 (g_ref_count_dec) (grefcount *rc) in gboolean()
152 grefcount rrc; in gboolean()
182 (g_ref_count_compare) (grefcount *rc, in gboolean()
185 grefcount rrc; in gboolean()
Dgrcboxprivate.h27 grefcount ref_count;
Dmeson.build190 'grefcount.h',
278 'grefcount.c',
Dgtypes.h553 typedef gint grefcount; typedef
/third_party/glib/glib/tests/
Drefcount.c26 grefcount a, b; in test_grefcount()
87 grefcount a; in test_grefcount_saturation()
/third_party/glib/docs/
DCODEOWNERS74 # grefcount, GRcBox and GRefString
/third_party/glib/
DBUILD.gn205 "glib/grefcount.c",
DNEWS2315 - !400 grefcount: add missing gatomic.h
/third_party/glib/gio/
Dgsocketclient.c1462 grefcount ref;
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3882 grefcount