Home
last modified time | relevance | path

Searched refs:g_atomic_ref_count_init (Results 1 – 12 of 12) sorted by relevance

/third_party/glib/glib/
Dgrefcount.h42 void g_atomic_ref_count_init (gatomicrefcount *arc);
91 # define g_atomic_ref_count_init(rc) \ macro
Dgrefcount.c207 (g_atomic_ref_count_init) (gatomicrefcount *arc)
Dgrcbox.c256 g_atomic_ref_count_init (&real_box->ref_count); in g_rc_box_alloc_full()
Dgvariant-core.c492 g_atomic_ref_count_init (&value->ref_count); in g_variant_alloc()
1120 g_atomic_ref_count_init (&child->ref_count); in g_variant_get_child_value()
Dgbytes.c191 g_atomic_ref_count_init (&bytes->ref_count); in g_bytes_new_with_free_func()
Dgvarianttypeinfo.c794 g_atomic_ref_count_init (&container->ref_count); in g_variant_type_info_get()
Dgarray.c275 g_atomic_ref_count_init (&array->ref_count); in g_array_sized_new()
1093 g_atomic_ref_count_init (&array->ref_count); in ptr_array_new()
Dghash.c1072 g_atomic_ref_count_init (&hash_table->ref_count); in g_hash_table_new_full()
/third_party/glib/glib/tests/
Drefcount.c123 g_atomic_ref_count_init (&a); in test_gatomicrefcount()
/third_party/glib/gio/
Dgdesktopappinfo.c1321 g_atomic_ref_count_init (&dir->ref_count); in desktop_file_dir_new()
1341 g_atomic_ref_count_init (&dir->ref_count); in desktop_file_dir_new_for_config()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3889 g_atomic_ref_count_init
/third_party/glib/
DNEWS2345 - !460 gatomicrefcount: Make g_atomic_ref_count_init non-atomic