Home
last modified time | relevance | path

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

/dports/devel/glib20/glib-2.70.4/glib/
H A Dgrefstring.c103 G_LOCK_DEFINE_STATIC (interned_ref_strings);
104 static GHashTable *interned_ref_strings; variable
208 G_LOCK (interned_ref_strings); in g_ref_string_new_intern()
210 if (G_UNLIKELY (interned_ref_strings == NULL)) in g_ref_string_new_intern()
222 G_UNLOCK (interned_ref_strings); in g_ref_string_new_intern()
227 g_hash_table_add (interned_ref_strings, res); in g_ref_string_new_intern()
228 G_UNLOCK (interned_ref_strings); in g_ref_string_new_intern()
256 G_LOCK (interned_ref_strings); in remove_if_interned()
258 if (G_LIKELY (interned_ref_strings != NULL)) in remove_if_interned()
260 g_hash_table_remove (interned_ref_strings, str); in remove_if_interned()
[all …]