Home
last modified time | relevance | path

Searched refs:property_lock (Results 1 – 25 of 83) sorted by relevance

1234

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-soup-auth-bearer.c44 GMutex property_lock; member
72 g_mutex_clear (&priv->property_lock); in e_soup_auth_bearer_finalize()
91 g_mutex_lock (&bearer->priv->property_lock); in e_soup_auth_bearer_update()
96 g_mutex_unlock (&bearer->priv->property_lock); in e_soup_auth_bearer_update()
121 g_mutex_lock (&bearer->priv->property_lock); in e_soup_auth_bearer_is_authenticated()
125 g_mutex_unlock (&bearer->priv->property_lock); in e_soup_auth_bearer_is_authenticated()
139 g_mutex_lock (&bearer->priv->property_lock); in e_soup_auth_bearer_get_authorization()
143 g_mutex_unlock (&bearer->priv->property_lock); in e_soup_auth_bearer_get_authorization()
175 g_mutex_init (&bearer->priv->property_lock); in e_soup_auth_bearer_init()
205 g_mutex_lock (&bearer->priv->property_lock); in e_soup_auth_bearer_set_access_token()
[all …]
H A De-oauth2-services.c45 GMutex property_lock; member
98 g_mutex_lock (&services->priv->property_lock); in oauth2_services_dispose()
100 g_mutex_unlock (&services->priv->property_lock); in oauth2_services_dispose()
111 g_mutex_clear (&services->priv->property_lock); in oauth2_services_finalize()
203 g_mutex_lock (&services->priv->property_lock); in e_oauth2_services_add()
213 g_mutex_unlock (&services->priv->property_lock); in e_oauth2_services_add()
235 g_mutex_lock (&services->priv->property_lock); in e_oauth2_services_remove()
269 g_mutex_lock (&services->priv->property_lock); in e_oauth2_services_list()
303 g_mutex_lock (&services->priv->property_lock); in e_oauth2_services_find()
349 g_mutex_lock (&services->priv->property_lock); in e_oauth2_services_guess()
[all …]
H A De-network-monitor.c24 GMutex property_lock; member
59 g_mutex_lock (&network_monitor->priv->property_lock); in G_DEFINE_TYPE_WITH_CODE()
66 g_mutex_unlock (&network_monitor->priv->property_lock); in G_DEFINE_TYPE_WITH_CODE()
78 g_mutex_lock (&network_monitor->priv->property_lock); in e_network_monitor_get_network_available()
85 g_mutex_unlock (&network_monitor->priv->property_lock); in e_network_monitor_get_network_available()
97 g_mutex_lock (&network_monitor->priv->property_lock); in e_network_monitor_get_network_metered()
104 g_mutex_unlock (&network_monitor->priv->property_lock); in e_network_monitor_get_network_metered()
133 g_mutex_lock (&network_monitor->priv->property_lock); in e_network_monitor_schedule_network_changed_emit()
278 g_mutex_lock (&network_monitor->priv->property_lock); in e_network_monitor_finalize()
328 g_mutex_init (&network_monitor->priv->property_lock); in e_network_monitor_init()
[all …]
H A De-soup-session.c44 GMutex property_lock; member
170 g_mutex_lock (&session->priv->property_lock); in e_soup_session_maybe_prepare_bearer_auth()
190 g_mutex_lock (&session->priv->property_lock); in e_soup_session_maybe_prepare_bearer_auth()
235 g_mutex_lock (&session->priv->property_lock); in e_soup_session_maybe_prepare_basic_auth()
237 g_mutex_unlock (&session->priv->property_lock); in e_soup_session_maybe_prepare_basic_auth()
289 g_mutex_lock (&session->priv->property_lock); in e_soup_session_maybe_prepare_auth()
341 g_mutex_lock (&session->priv->property_lock); in e_soup_session_authenticate_cb()
527 g_mutex_init (&session->priv->property_lock); in e_soup_session_init()
662 g_mutex_lock (&session->priv->property_lock); in e_soup_session_set_credentials()
698 g_mutex_lock (&session->priv->property_lock); in e_soup_session_dup_credentials()
[all …]
H A De-source-extension.c35 GRecMutex property_lock; member
112 g_rec_mutex_clear (&priv->property_lock); in source_extension_finalize()
165 g_rec_mutex_init (&extension->priv->property_lock); in e_source_extension_init()
236 g_rec_mutex_lock (&extension->priv->property_lock); in e_source_extension_property_lock()
253 g_rec_mutex_unlock (&extension->priv->property_lock); in e_source_extension_property_unlock()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-network-settings.c140 G_LOCK (property_lock); in camel_network_settings_dup_auth_mechanism()
145 G_UNLOCK (property_lock); in camel_network_settings_dup_auth_mechanism()
175 G_LOCK (property_lock); in camel_network_settings_set_auth_mechanism()
183 G_UNLOCK (property_lock); in camel_network_settings_set_auth_mechanism()
227 G_LOCK (property_lock); in camel_network_settings_dup_host()
232 G_UNLOCK (property_lock); in camel_network_settings_dup_host()
258 G_LOCK (property_lock); in camel_network_settings_dup_host_ensure_ascii()
266 G_UNLOCK (property_lock); in camel_network_settings_dup_host_ensure_ascii()
297 G_LOCK (property_lock); in camel_network_settings_set_host()
442 G_LOCK (property_lock); in camel_network_settings_dup_user()
[all …]
H A Dcamel-local-settings.c23 GMutex property_lock; member
124 g_mutex_clear (&priv->property_lock); in local_settings_finalize()
199 g_mutex_init (&settings->priv->property_lock); in camel_local_settings_init()
241 g_mutex_lock (&settings->priv->property_lock); in camel_local_settings_dup_path()
246 g_mutex_unlock (&settings->priv->property_lock); in camel_local_settings_dup_path()
282 g_mutex_lock (&settings->priv->property_lock); in camel_local_settings_set_path()
287 g_mutex_unlock (&settings->priv->property_lock); in camel_local_settings_set_path()
295 g_mutex_unlock (&settings->priv->property_lock); in camel_local_settings_set_path()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/queues/
H A Dtask_queue.c368 slock_lock(property_lock); in retro_task_threaded_gather()
516 slock_free(property_lock); in retro_task_threaded_deinit()
523 property_lock = NULL; in retro_task_threaded_deinit()
695 SLOCK_LOCK(property_lock); in task_set_finished()
702 SLOCK_LOCK(property_lock); in task_set_mute()
709 SLOCK_LOCK(property_lock); in task_set_error()
716 SLOCK_LOCK(property_lock); in task_set_progress()
723 SLOCK_LOCK(property_lock); in task_set_title()
744 SLOCK_LOCK(property_lock); in task_free_title()
777 SLOCK_LOCK(property_lock); in task_get_finished()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/queues/
H A Dtask_queue.c368 slock_lock(property_lock); in retro_task_threaded_gather()
516 slock_free(property_lock); in retro_task_threaded_deinit()
523 property_lock = NULL; in retro_task_threaded_deinit()
695 SLOCK_LOCK(property_lock); in task_set_finished()
702 SLOCK_LOCK(property_lock); in task_set_mute()
709 SLOCK_LOCK(property_lock); in task_set_error()
716 SLOCK_LOCK(property_lock); in task_set_progress()
723 SLOCK_LOCK(property_lock); in task_set_title()
744 SLOCK_LOCK(property_lock); in task_free_title()
777 SLOCK_LOCK(property_lock); in task_get_finished()
[all …]
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/queues/
H A Dtask_queue.c368 slock_lock(property_lock); in retro_task_threaded_gather()
516 slock_free(property_lock); in retro_task_threaded_deinit()
523 property_lock = NULL; in retro_task_threaded_deinit()
695 SLOCK_LOCK(property_lock); in task_set_finished()
702 SLOCK_LOCK(property_lock); in task_set_mute()
709 SLOCK_LOCK(property_lock); in task_set_error()
716 SLOCK_LOCK(property_lock); in task_set_progress()
723 SLOCK_LOCK(property_lock); in task_set_title()
744 SLOCK_LOCK(property_lock); in task_free_title()
777 SLOCK_LOCK(property_lock); in task_get_finished()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/queues/
H A Dtask_queue.c368 slock_lock(property_lock); in retro_task_threaded_gather()
516 slock_free(property_lock); in retro_task_threaded_deinit()
523 property_lock = NULL; in retro_task_threaded_deinit()
693 SLOCK_LOCK(property_lock); in task_set_finished()
700 SLOCK_LOCK(property_lock); in task_set_mute()
707 SLOCK_LOCK(property_lock); in task_set_error()
714 SLOCK_LOCK(property_lock); in task_set_progress()
721 SLOCK_LOCK(property_lock); in task_set_title()
742 SLOCK_LOCK(property_lock); in task_free_title()
775 SLOCK_LOCK(property_lock); in task_get_finished()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/queues/
H A Dtask_queue.c401 slock_lock(property_lock); in retro_task_threaded_gather()
576 slock_free(property_lock); in retro_task_threaded_deinit()
583 property_lock = NULL; in retro_task_threaded_deinit()
755 SLOCK_LOCK(property_lock); in task_set_finished()
762 SLOCK_LOCK(property_lock); in task_set_mute()
769 SLOCK_LOCK(property_lock); in task_set_error()
776 SLOCK_LOCK(property_lock); in task_set_progress()
783 SLOCK_LOCK(property_lock); in task_set_title()
804 SLOCK_LOCK(property_lock); in task_free_title()
837 SLOCK_LOCK(property_lock); in task_get_finished()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/queues/
H A Dtask_queue.c401 slock_lock(property_lock); in retro_task_threaded_gather()
576 slock_free(property_lock); in retro_task_threaded_deinit()
583 property_lock = NULL; in retro_task_threaded_deinit()
755 SLOCK_LOCK(property_lock); in task_set_finished()
762 SLOCK_LOCK(property_lock); in task_set_mute()
769 SLOCK_LOCK(property_lock); in task_set_error()
776 SLOCK_LOCK(property_lock); in task_set_progress()
783 SLOCK_LOCK(property_lock); in task_set_title()
804 SLOCK_LOCK(property_lock); in task_free_title()
837 SLOCK_LOCK(property_lock); in task_get_finished()
[all …]
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/queues/
H A Dtask_queue.c401 slock_lock(property_lock); in retro_task_threaded_gather()
576 slock_free(property_lock); in retro_task_threaded_deinit()
583 property_lock = NULL; in retro_task_threaded_deinit()
755 SLOCK_LOCK(property_lock); in task_set_finished()
762 SLOCK_LOCK(property_lock); in task_set_mute()
769 SLOCK_LOCK(property_lock); in task_set_error()
776 SLOCK_LOCK(property_lock); in task_set_progress()
783 SLOCK_LOCK(property_lock); in task_set_title()
804 SLOCK_LOCK(property_lock); in task_free_title()
837 SLOCK_LOCK(property_lock); in task_get_finished()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/queues/
H A Dtask_queue.c401 slock_lock(property_lock); in retro_task_threaded_gather()
576 slock_free(property_lock); in retro_task_threaded_deinit()
583 property_lock = NULL; in retro_task_threaded_deinit()
755 SLOCK_LOCK(property_lock); in task_set_finished()
762 SLOCK_LOCK(property_lock); in task_set_mute()
769 SLOCK_LOCK(property_lock); in task_set_error()
776 SLOCK_LOCK(property_lock); in task_set_progress()
783 SLOCK_LOCK(property_lock); in task_set_title()
804 SLOCK_LOCK(property_lock); in task_free_title()
837 SLOCK_LOCK(property_lock); in task_get_finished()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/queues/
H A Dtask_queue.c401 slock_lock(property_lock); in retro_task_threaded_gather()
576 slock_free(property_lock); in retro_task_threaded_deinit()
583 property_lock = NULL; in retro_task_threaded_deinit()
755 SLOCK_LOCK(property_lock); in task_set_finished()
762 SLOCK_LOCK(property_lock); in task_set_mute()
769 SLOCK_LOCK(property_lock); in task_set_error()
776 SLOCK_LOCK(property_lock); in task_set_progress()
783 SLOCK_LOCK(property_lock); in task_set_title()
804 SLOCK_LOCK(property_lock); in task_free_title()
837 SLOCK_LOCK(property_lock); in task_get_finished()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-config-lookup.c45 GMutex property_lock; member
175 g_mutex_lock (&config_lookup->priv->property_lock); in config_lookup_thread()
196 g_mutex_unlock (&config_lookup->priv->property_lock); in config_lookup_thread()
284 g_mutex_lock (&config_lookup->priv->property_lock); in config_lookup_dispose()
312 g_mutex_clear (&config_lookup->priv->property_lock); in config_lookup_finalize()
461 g_mutex_init (&config_lookup->priv->property_lock); in e_config_lookup_init()
547 g_mutex_lock (&config_lookup->priv->property_lock); in e_config_lookup_get_busy()
570 g_mutex_lock (&config_lookup->priv->property_lock); in e_config_lookup_cancel_all()
603 g_mutex_lock (&config_lookup->priv->property_lock); in e_config_lookup_register_worker()
633 g_mutex_lock (&config_lookup->priv->property_lock); in e_config_lookup_unregister_worker()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-send-account-override.c51 GMutex property_lock; member
434 g_mutex_clear (&priv->property_lock); in mail_send_account_override_finalize()
478 g_mutex_init (&override->priv->property_lock); in e_mail_send_account_override_init()
508 g_mutex_lock (&override->priv->property_lock); in e_mail_send_account_override_set_config_filename()
549 g_mutex_lock (&override->priv->property_lock); in e_mail_send_account_override_dup_config_filename()
564 g_mutex_lock (&override->priv->property_lock); in e_mail_send_account_override_set_prefer_folder()
609 g_mutex_lock (&override->priv->property_lock); in e_mail_send_account_override_get_account_uid()
648 g_mutex_lock (&override->priv->property_lock); in e_mail_send_account_override_remove_for_account_uid()
700 g_mutex_lock (&override->priv->property_lock); in e_mail_send_account_override_get_for_folder()
722 g_mutex_lock (&override->priv->property_lock); in e_mail_send_account_override_set_for_folder()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/imapx/
H A Dcamel-imapx-mailbox.c53 GMutex property_lock; member
101 g_mutex_clear (&priv->property_lock); in imapx_mailbox_finalize()
126 g_mutex_init (&mailbox->priv->property_lock); in camel_imapx_mailbox_init()
233 g_mutex_lock (&mailbox->priv->property_lock); in camel_imapx_mailbox_clone()
240 g_mutex_unlock (&mailbox->priv->property_lock); in camel_imapx_mailbox_clone()
810 g_mutex_lock (&mailbox->priv->property_lock); in camel_imapx_mailbox_dup_quota_roots()
838 g_mutex_lock (&mailbox->priv->property_lock); in camel_imapx_mailbox_set_quota_roots()
869 g_mutex_lock (&mailbox->priv->property_lock); in camel_imapx_mailbox_copy_message_map()
908 g_mutex_lock (&mailbox->priv->property_lock); in camel_imapx_mailbox_take_message_map()
947 g_mutex_lock (&mailbox->priv->property_lock); in camel_imapx_mailbox_get_msn_for_uid()
[all …]
H A Dcamel-imapx-settings.c26 GMutex property_lock; member
473 g_mutex_clear (&priv->property_lock); in imapx_settings_finalize()
819 g_mutex_init (&settings->priv->property_lock); in camel_imapx_settings_init()
1210 g_mutex_lock (&settings->priv->property_lock); in camel_imapx_settings_dup_namespace()
1240 g_mutex_lock (&settings->priv->property_lock); in camel_imapx_settings_set_namespace()
1295 g_mutex_lock (&settings->priv->property_lock); in camel_imapx_settings_dup_real_junk_path()
1325 g_mutex_lock (&settings->priv->property_lock); in camel_imapx_settings_set_real_junk_path()
1375 g_mutex_lock (&settings->priv->property_lock); in camel_imapx_settings_dup_real_trash_path()
1405 g_mutex_lock (&settings->priv->property_lock); in camel_imapx_settings_set_real_trash_path()
1461 g_mutex_lock (&settings->priv->property_lock); in camel_imapx_settings_dup_shell_command()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-part-headers.c30 GMutex property_lock; member
124 g_mutex_lock (&part->priv->property_lock); in mail_part_headers_build_print_model()
129 g_mutex_unlock (&part->priv->property_lock); in mail_part_headers_build_print_model()
189 g_mutex_clear (&priv->property_lock); in mail_part_headers_finalize()
242 g_mutex_init (&part->priv->property_lock); in e_mail_part_headers_init()
263 g_mutex_lock (&part->priv->property_lock); in e_mail_part_headers_dup_default_headers()
267 g_mutex_unlock (&part->priv->property_lock); in e_mail_part_headers_dup_default_headers()
281 g_mutex_lock (&part->priv->property_lock); in e_mail_part_headers_set_default_headers()
286 g_mutex_unlock (&part->priv->property_lock); in e_mail_part_headers_set_default_headers()
301 g_mutex_lock (&part->priv->property_lock); in e_mail_part_headers_is_default()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/sendmail/
H A Dcamel-sendmail-settings.c21 GMutex property_lock; member
135 g_mutex_clear (&priv->property_lock); in sendmail_settings_finalize()
224 g_mutex_init (&settings->priv->property_lock); in camel_sendmail_settings_init()
348 g_mutex_lock (&settings->priv->property_lock); in camel_sendmail_settings_dup_custom_binary()
353 g_mutex_unlock (&settings->priv->property_lock); in camel_sendmail_settings_dup_custom_binary()
377 g_mutex_lock (&settings->priv->property_lock); in camel_sendmail_settings_set_custom_binary()
387 g_mutex_unlock (&settings->priv->property_lock); in camel_sendmail_settings_set_custom_binary()
431 g_mutex_lock (&settings->priv->property_lock); in camel_sendmail_settings_dup_custom_args()
436 g_mutex_unlock (&settings->priv->property_lock); in camel_sendmail_settings_dup_custom_args()
460 g_mutex_lock (&settings->priv->property_lock); in camel_sendmail_settings_set_custom_args()
[all …]
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/camel/
H A Dcamel-ews-summary.c31 GMutex property_lock; member
45 g_mutex_clear (&ews_summary->priv->property_lock); in G_DEFINE_TYPE_WITH_PRIVATE()
71 g_mutex_init (&ews_summary->priv->property_lock); in camel_ews_summary_init()
132 g_mutex_lock (&ews_summary->priv->property_lock); in summary_header_load()
139 g_mutex_unlock (&ews_summary->priv->property_lock); in summary_header_load()
307 g_mutex_lock (&ews_summary->priv->property_lock); in camel_ews_summary_set_sync_state()
315 g_mutex_unlock (&ews_summary->priv->property_lock); in camel_ews_summary_set_sync_state()
328 g_mutex_lock (&ews_summary->priv->property_lock); in camel_ews_summary_dup_sync_state()
332 g_mutex_unlock (&ews_summary->priv->property_lock); in camel_ews_summary_dup_sync_state()
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/common/
H A De-ews-oof-settings.c26 GMutex property_lock; member
386 g_mutex_clear (&settings->priv->property_lock); in ews_oof_settings_finalize()
600 g_mutex_init (&settings->priv->property_lock); in e_ews_oof_settings_init()
739 g_mutex_lock (&settings->priv->property_lock); in e_ews_oof_settings_set_start_time()
751 g_mutex_unlock (&settings->priv->property_lock); in e_ews_oof_settings_set_start_time()
771 g_mutex_lock (&settings->priv->property_lock); in e_ews_oof_settings_set_end_time()
783 g_mutex_unlock (&settings->priv->property_lock); in e_ews_oof_settings_set_end_time()
804 g_mutex_lock (&settings->priv->property_lock); in e_ews_oof_settings_dup_internal_reply()
820 g_mutex_lock (&settings->priv->property_lock); in e_ews_oof_settings_set_internal_reply()
851 g_mutex_lock (&settings->priv->property_lock); in e_ews_oof_settings_dup_external_reply()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libebook-contacts/
H A De-source-backend-summary-setup.c51 GMutex property_lock; member
73 g_mutex_lock (&extension->priv->property_lock); in G_DEFINE_TYPE_WITH_PRIVATE()
87 g_mutex_unlock (&extension->priv->property_lock); in G_DEFINE_TYPE_WITH_PRIVATE()
114 g_mutex_lock (&extension->priv->property_lock); in source_backend_summary_setup_set_literal_fields()
117 g_mutex_unlock (&extension->priv->property_lock); in source_backend_summary_setup_set_literal_fields()
124 g_mutex_unlock (&extension->priv->property_lock); in source_backend_summary_setup_set_literal_fields()
174 g_mutex_clear (&priv->property_lock); in source_backend_summary_setup_finalize()
231 g_mutex_init (&extension->priv->property_lock); in e_source_backend_summary_setup_init()

1234