Home
last modified time | relevance | path

Searched refs:log_copying_stop (Results 1 – 7 of 7) sorted by relevance

/dports/databases/mariadb103-server/mariadb-10.3.34/extra/mariabackup/
H A Dxtrabackup.cc136 static os_event_t log_copying_stop; variable
3067 os_event_reset(log_copying_stop); in DECLARE_THREAD()
3068 os_event_wait_time_low(log_copying_stop, in DECLARE_THREAD()
4177 if (log_copying_stop && log_copying_running) { in stop_backup_threads()
4178 os_event_set(log_copying_stop); in stop_backup_threads()
4187 os_event_destroy(log_copying_stop); in stop_backup_threads()
4528 log_copying_stop = os_event_create(0); in xtrabackup_backup_func()
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/mariabackup/
H A Dxtrabackup.cc136 static os_event_t log_copying_stop; variable
3067 os_event_reset(log_copying_stop); in DECLARE_THREAD()
3068 os_event_wait_time_low(log_copying_stop, in DECLARE_THREAD()
4177 if (log_copying_stop && log_copying_running) { in stop_backup_threads()
4178 os_event_set(log_copying_stop); in stop_backup_threads()
4187 os_event_destroy(log_copying_stop); in stop_backup_threads()
4528 log_copying_stop = os_event_create(0); in xtrabackup_backup_func()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/mariabackup/
H A Dxtrabackup.cc144 static os_event_t log_copying_stop; variable
3011 os_event_reset(log_copying_stop); in DECLARE_THREAD()
3012 os_event_wait_time_low(log_copying_stop, in DECLARE_THREAD()
4287 if (log_copying_stop && log_copying_running) { in stop_backup_threads()
4288 os_event_set(log_copying_stop); in stop_backup_threads()
4297 os_event_destroy(log_copying_stop); in stop_backup_threads()
4637 log_copying_stop = os_event_create(0); in xtrabackup_backup_func()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/mariabackup/
H A Dxtrabackup.cc142 static os_event_t log_copying_stop;
3069 os_event_reset(log_copying_stop);
3070 os_event_wait_time_low(log_copying_stop,
4401 if (log_copying_stop && log_copying_running) {
4402 os_event_set(log_copying_stop);
4411 os_event_destroy(log_copying_stop);
4751 log_copying_stop = os_event_create(0);
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/mariabackup/
H A Dxtrabackup.cc144 static os_event_t log_copying_stop; variable
3011 os_event_reset(log_copying_stop); in DECLARE_THREAD()
3012 os_event_wait_time_low(log_copying_stop, in DECLARE_THREAD()
4287 if (log_copying_stop && log_copying_running) { in stop_backup_threads()
4288 os_event_set(log_copying_stop); in stop_backup_threads()
4297 os_event_destroy(log_copying_stop); in stop_backup_threads()
4637 log_copying_stop = os_event_create(0); in xtrabackup_backup_func()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/mariabackup/
H A Dxtrabackup.cc142 static os_event_t log_copying_stop; variable
3069 os_event_reset(log_copying_stop); in DECLARE_THREAD()
3070 os_event_wait_time_low(log_copying_stop, in DECLARE_THREAD()
4401 if (log_copying_stop && log_copying_running) { in stop_backup_threads()
4402 os_event_set(log_copying_stop); in stop_backup_threads()
4411 os_event_destroy(log_copying_stop); in stop_backup_threads()
4751 log_copying_stop = os_event_create(0); in xtrabackup_backup_func()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/
H A Dxtrabackup.cc147 os_event_t log_copying_stop = NULL; variable
3288 os_event_reset(log_copying_stop); in log_copying_thread()
3289 os_event_wait_time_low(log_copying_stop, in log_copying_thread()
4984 log_copying_stop = os_event_create("log_copying_stop"); in xtrabackup_backup_func()
5111 os_event_set(log_copying_stop); in xtrabackup_backup_func()
5119 os_event_destroy(log_copying_stop); in xtrabackup_backup_func()