HomeSort by relevance Sort by last modified time
    Searched refs:G_LOCK_DEFINE_STATIC (Results 1 - 25 of 26) sorted by null

1 2

  /external/bluetooth/glib/gio/
giomodule.c 286 G_LOCK_DEFINE_STATIC (registered_extensions);
287 G_LOCK_DEFINE_STATIC (loaded_dirs);
413 G_LOCK_DEFINE_STATIC(extension_points);
gcancellable.c 73 G_LOCK_DEFINE_STATIC(cancellable);
gioscheduler.c 62 G_LOCK_DEFINE_STATIC(active_jobs);
gmount.c 698 G_LOCK_DEFINE_STATIC (priv_lock);
gcontenttype.c 203 G_LOCK_DEFINE_STATIC (_type_icons);
399 G_LOCK_DEFINE_STATIC (gio_xdgmime);
1093 G_LOCK_DEFINE_STATIC (gio_treemagic);
    [all...]
gfilemonitor.c 54 G_LOCK_DEFINE_STATIC(cancelled);
gunixmounts.c 338 G_LOCK_DEFINE_STATIC(getmntent);
424 G_LOCK_DEFINE_STATIC(getmntent);
    [all...]
glocalfileinfo.c 110 G_LOCK_DEFINE_STATIC (uid_cache);
113 G_LOCK_DEFINE_STATIC (gid_cache);
    [all...]
gdesktopappinfo.c 1133 G_LOCK_DEFINE_STATIC (g_desktop_env);
    [all...]
gfileinfo.c 98 G_LOCK_DEFINE_STATIC (attribute_hash);
    [all...]
glocalfile.c 736 G_LOCK_DEFINE_STATIC(mount_info_hash);
    [all...]
  /external/bluetooth/glib/tests/
threadpool-test.c 19 G_LOCK_DEFINE_STATIC (thread_counter_pools);
25 G_LOCK_DEFINE_STATIC (last_thread);
29 G_LOCK_DEFINE_STATIC (thread_counter_sort);
mainloop-test.c 35 G_LOCK_DEFINE_STATIC (crawler_array_lock);
thread-test.c 11 G_LOCK_DEFINE_STATIC (test_g_mutex);
  /external/bluetooth/glib/gio/fam/
fam-helper.c 34 G_LOCK_DEFINE_STATIC(fam_connection);
  /external/bluetooth/glib/glib/
gdataset.c 88 G_LOCK_DEFINE_STATIC (g_dataset_global);
92 G_LOCK_DEFINE_STATIC (g_quark_global);
gthread.h 353 * you define them with G_LOCK_DEFINE_STATIC (name) or G_LOCK_DEFINE (name)
363 # define G_LOCK_DEFINE_STATIC(name) static G_LOCK_DEFINE (name)
394 # define G_LOCK_DEFINE_STATIC(name) extern void glib_dummy_decl (void)
grand.c 58 G_LOCK_DEFINE_STATIC (global_random);
gutils.c     [all...]
gthread.c 130 G_LOCK_DEFINE_STATIC (g_thread);
gutf8.c 400 G_LOCK_DEFINE_STATIC (aliases);
    [all...]
gmain.c 269 G_LOCK_DEFINE_STATIC (main_loop);
284 G_LOCK_DEFINE_STATIC (main_context_list);
    [all...]
gconvert.c 243 G_LOCK_DEFINE_STATIC (iconv_cache_lock);
    [all...]
  /external/bluetooth/glib/gobject/
gobject.c 188 G_LOCK_DEFINE_STATIC (construction_mutex);
194 G_LOCK_DEFINE_STATIC (debug_objects);
    [all...]
gtype.c     [all...]

Completed in 152 milliseconds

1 2