Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/format/
H A Dbackup.c133 testutil_check(pthread_rwlock_wrlock(&g.backup_lock)); in backup()
135 testutil_check(pthread_rwlock_unlock(&g.backup_lock)); in backup()
176 testutil_check(pthread_rwlock_unlock(&g.backup_lock)); in backup()
H A Dt.c170 testutil_check(pthread_rwlock_init(&g.backup_lock, NULL)); in main()
268 testutil_check(pthread_rwlock_destroy(&g.backup_lock)); in main()
H A Dutil.c547 ret = pthread_rwlock_trywrlock(&g.backup_lock); in checkpoint()
562 ret = pthread_rwlock_trywrlock(&g.backup_lock); in checkpoint()
574 testutil_check(pthread_rwlock_unlock(&g.backup_lock)); in checkpoint()
H A Dformat.h121 pthread_rwlock_t backup_lock; /* Backup running */ member
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dbackup.h32 bool backup_lock(THD *thd, TABLE_LIST *table);
H A Dbackup.cc422 bool backup_lock(THD *thd, TABLE_LIST *table) in backup_lock() function
H A Dsql_parse.cc5211 res= backup_lock(thd, first_table); in mysql_execute_command()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dbackup.h32 bool backup_lock(THD *thd, TABLE_LIST *table);
H A Dbackup.cc402 bool backup_lock(THD *thd, TABLE_LIST *table) in backup_lock() function
H A Dsql_parse.cc5134 res= backup_lock(thd, first_table); in mysql_execute_command()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dbackup.h32 bool backup_lock(THD *thd, TABLE_LIST *table);
H A Dbackup.cc402 bool backup_lock(THD *thd, TABLE_LIST *table) in backup_lock() function
H A Dsql_parse.cc5134 res= backup_lock(thd, first_table); in mysql_execute_command()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dbackup.h32 bool backup_lock(THD *thd, TABLE_LIST *table);
H A Dbackup.cc422 bool backup_lock(THD *thd, TABLE_LIST *table) in backup_lock() function
H A Dsql_parse.cc5211 res= backup_lock(thd, first_table); in mysql_execute_command()
/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-library.c979 static GStaticMutex backup_lock = G_STATIC_MUTEX_INIT; variable
994 g_static_mutex_lock (&backup_lock); in rs_library_backup_tags()
1012 g_static_mutex_unlock (&backup_lock); in rs_library_backup_tags()
1055 g_static_mutex_unlock (&backup_lock); in rs_library_backup_tags()