Home
last modified time | relevance | path

Searched refs:G_LOCK (Results 1 – 25 of 42) sorted by relevance

12

/external/bluetooth/glib/glib/
Dgdataset.c121 G_LOCK (g_dataset_global); in g_datalist_clear_i()
133 G_LOCK (g_dataset_global); in g_datalist_clear()
186 G_LOCK (g_dataset_global); in g_dataset_destroy()
243 G_LOCK (g_dataset_global); in g_data_set_internal()
283 G_LOCK (g_dataset_global); in g_data_set_internal()
322 G_LOCK (g_dataset_global); in g_dataset_id_set_data_full()
358 G_LOCK (g_dataset_global); in g_datalist_id_set_data_full()
374 G_LOCK (g_dataset_global); in g_dataset_id_remove_no_notify()
396 G_LOCK (g_dataset_global); in g_datalist_id_remove_no_notify()
410 G_LOCK (g_dataset_global); in g_dataset_id_get_data()
[all …]
Dgthread.c457 G_LOCK (g_thread); in g_static_private_set()
508 G_LOCK (g_thread); in g_static_private_free()
531 G_LOCK (g_thread); in g_static_private_free()
567 G_LOCK (g_thread); in g_thread_cleanup()
632 G_LOCK (g_thread); in g_thread_create_proxy()
662 G_LOCK (g_thread); in g_thread_create_full()
707 G_LOCK (g_thread); in g_thread_join()
774 G_LOCK (g_thread); in g_thread_self()
956 G_LOCK (g_thread); in g_thread_foreach()
966 G_LOCK (g_thread); in g_thread_foreach()
Dgrand.c541 G_LOCK (global_random); in g_random_int()
564 G_LOCK (global_random); in g_random_int_range()
584 G_LOCK (global_random); in g_random_double()
606 G_LOCK (global_random); in g_random_double_range()
625 G_LOCK (global_random); in g_random_set_seed()
Dgutils.c1790 G_LOCK (g_utils_global); in g_get_any_init_locked()
1935 G_LOCK (g_prgname); in g_get_prgname()
1976 G_LOCK (g_prgname); in g_set_prgname()
2005 G_LOCK (g_application_name); in g_get_application_name()
2038 G_LOCK (g_application_name); in g_set_application_name()
2068 G_LOCK (g_utils_global); in g_get_user_data_dir()
2148 G_LOCK (g_utils_global); in g_get_user_config_dir()
2176 G_LOCK (g_utils_global); in g_get_user_cache_dir()
2506 G_LOCK (g_utils_global); in g_get_user_special_dir()
2597 G_LOCK (g_utils_global); in g_win32_get_system_data_dirs_for_module()
[all …]
Dgthread.h369 # define G_LOCK(name) G_STMT_START{ \ macro
389 # define G_LOCK(name) g_static_mutex_lock (&G_LOCK_NAME (name)) macro
397 # define G_LOCK(name) macro
/external/bluetooth/glib/gio/fam/
Dfam-helper.c149 G_LOCK (fam_connection); in fam_callback()
162 G_LOCK (fam_connection); in _fam_sub_startup()
194 G_LOCK (fam_connection); in _fam_sub_shutdown()
218 G_LOCK (fam_connection); in _fam_sub_add()
252 G_LOCK (fam_connection); in _fam_sub_cancel()
/external/bluetooth/glib/tests/
Dthread-test.c243 G_LOCK (test_g_static_rw_lock_state); in test_g_static_rw_lock_thread()
250 G_LOCK (test_g_static_rw_lock_state); in test_g_static_rw_lock_thread()
264 G_LOCK (test_g_static_rw_lock_state); in test_g_static_rw_lock_thread()
271 G_LOCK (test_g_static_rw_lock_state); in test_g_static_rw_lock_thread()
321 G_LOCK (test_g_once); in test_g_once_thread()
354 G_LOCK (test_g_once); in test_g_thread_once()
Dthreadpool-test.c154 G_LOCK (thread_counter_pools); in test_thread_pools_entry_func()
161 G_LOCK (thread_counter_pools); in test_thread_pools_entry_func()
190 G_LOCK (thread_counter_pools); in test_thread_pools()
220 G_LOCK (last_thread); in test_thread_sort_entry_func()
428 G_LOCK (thread_counter_pools); in test_check_start_and_stop()
436 G_LOCK (thread_counter_sort); in test_check_start_and_stop()
Dmainloop-test.c320 G_LOCK (crawler_array_lock); in crawler_callback()
340 G_LOCK (crawler_array_lock); in create_crawler()
356 G_LOCK (crawler_array_lock); in cleanup_crawlers()
/external/bluetooth/glib/gio/inotify/
Dinotify-helper.c78 G_LOCK (inotify_lock); in _ih_startup()
111 G_LOCK (inotify_lock); in _ih_sub_add()
126 G_LOCK (inotify_lock); in _ih_sub_cancel()
Dinotify-diag.c44 G_LOCK (inotify_lock); in id_dump()
Dinotify-missing.c107 G_LOCK (inotify_lock); in im_scan_missing()
Dinotify-kernel.c446 G_LOCK (inotify_lock); in ik_read_callback()
652 G_LOCK (inotify_lock); in ik_process_eq_callback()
/external/bluetooth/glib/gio/
Dgcontenttype.c220 G_LOCK (_type_icons); in g_content_type_get_icon()
406 G_LOCK (gio_xdgmime); in _g_unix_content_type_get_sniff_len()
418 G_LOCK (gio_xdgmime); in _g_unix_content_type_unalias()
435 G_LOCK (gio_xdgmime); in _g_unix_content_type_get_parents()
473 G_LOCK (gio_xdgmime); in g_content_type_equals()
499 G_LOCK (gio_xdgmime); in g_content_type_is_a()
697 G_LOCK (gio_xdgmime); in g_content_type_get_description()
712 G_LOCK (gio_xdgmime); in g_content_type_get_description()
758 G_LOCK (gio_xdgmime); in g_content_type_get_icon()
858 G_LOCK (gio_xdgmime); in g_content_type_from_mime_type()
[all …]
Dgcancellable.c311 G_LOCK(cancellable); in g_cancellable_reset()
393 G_LOCK(cancellable); in g_cancellable_get_fd()
467 G_LOCK(cancellable); in g_cancellable_cancel()
Dgmount.c709 G_LOCK (priv_lock); in free_private()
774 G_LOCK (priv_lock); in g_mount_is_shadowed()
800 G_LOCK (priv_lock); in g_mount_shadow()
824 G_LOCK (priv_lock); in g_mount_unshadow()
Dgiomodule.c306 G_LOCK (registered_extensions); in _g_io_modules_ensure_extension_points_registered()
345 G_LOCK (loaded_dirs); in _g_io_modules_ensure_loaded()
437 G_LOCK (extension_points); in g_io_extension_point_register()
475 G_LOCK (extension_points); in g_io_extension_point_lookup()
Dgioscheduler.c131 G_LOCK (active_jobs); in remove_active_job()
245 G_LOCK (active_jobs); in g_io_scheduler_push_job()
279 G_LOCK (active_jobs); in g_io_scheduler_cancel_all_jobs()
Dgfilemonitor.c134 G_LOCK (cancelled); in g_file_monitor_get_property()
277 G_LOCK (cancelled); in g_file_monitor_is_cancelled()
299 G_LOCK (cancelled); in g_file_monitor_cancel()
Dgunixmounts.c368 G_LOCK (getmntent); in _g_get_unix_mounts()
459 G_LOCK (getmntent); in _g_get_unix_mounts()
708 G_LOCK (getmntent); in _g_get_unix_mount_points()
775 G_LOCK (getmntent); in _g_get_unix_mount_points()
2149 G_LOCK (getmntent);
/external/bluetooth/glib/docs/reference/glib/
Dglib-overrides.txt123 <NAME>G_LOCK</NAME>
124 #define G_LOCK(name)
/external/bluetooth/glib/gio/fen/
Dfen-helper.c125 G_LOCK (fen_lock); in fen_add()
183 G_LOCK (fen_lock); in fen_remove()
Dfen-missing.c55 G_LOCK (fen_lock); in scan_missing_list()
Dfen-data.c435 G_LOCK (fen_lock); in fdata_adjust_changed()
525 G_LOCK (fen_lock); in process_events()
/external/bluetooth/glib/gobject/
Dgobject.c217 G_LOCK (debug_objects); in debug_objects_atexit()
693 G_LOCK (construction_mutex); in g_object_init()
700 G_LOCK (debug_objects); in g_object_init()
752 G_LOCK (debug_objects); in g_object_finalize()
1092 G_LOCK (construction_mutex); in object_in_construction_list()
1223 G_LOCK (construction_mutex); in g_object_newv()
2426 G_LOCK (debug_objects); in g_object_unref()

12