HomeSort by relevance Sort by last modified time
    Searched full:gid_cache (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gio/
glocalfileinfo.c 113 G_LOCK_DEFINE_STATIC (gid_cache); variable
114 static GHashTable *gid_cache = NULL; variable
1156 if (gid_cache == NULL)
1157 gid_cache = g_hash_table_new_full (NULL, NULL, NULL, (GDestroyNotify)g_free);
1159 name = g_hash_table_lookup (gid_cache, GINT_TO_POINTER (gid));
1179 g_hash_table_replace (gid_cache, GINT_TO_POINTER (gid), name);
1190 G_LOCK (gid_cache);
1193 G_UNLOCK (gid_cache);
    [all...]

Completed in 113 milliseconds