Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgfileinfo.c93 G_LOCK_DEFINE_STATIC (attribute_hash);
96 static GHashTable *attribute_hash = NULL; variable
147 attr_id = GPOINTER_TO_UINT (g_hash_table_lookup (attribute_hash, attribute)); in _lookup_attribute()
167 g_hash_table_insert (attribute_hash, attributes[ns_info->id][id], GUINT_TO_POINTER (attr_id)); in _lookup_attribute()
175 if (attribute_hash != NULL) in ensure_attribute_hash()
179 attribute_hash = g_hash_table_new (g_str_hash, g_str_equal); in ensure_attribute_hash()
278 G_LOCK (attribute_hash); in lookup_namespace()
287 G_UNLOCK (attribute_hash); in lookup_namespace()
296 G_LOCK (attribute_hash); in get_attribute_for_id()
298 G_UNLOCK (attribute_hash); in get_attribute_for_id()
[all …]