Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/src/plugin_handlers/
H A Dprimary_election_primary_process.cc426 if (election_process_thd_state.is_thread_dead()) { in terminate_election_process()
443 DBUG_ASSERT(election_process_thd_state.is_thread_dead()); in terminate_election_process()
454 if (election_process_thd_state.is_thread_dead()) { in wait_on_election_process_termination()
464 DBUG_ASSERT(election_process_thd_state.is_thread_dead()); in wait_on_election_process_termination()
H A Dprimary_election_secondary_process.cc68 DBUG_ASSERT(election_process_thd_state.is_thread_dead()); in launch_secondary_election_process()
436 if (election_process_thd_state.is_thread_dead()) { in terminate_election_process()
459 DBUG_ASSERT(election_process_thd_state.is_thread_dead()); in terminate_election_process()
H A Dgroup_partition_handling.cc142 if (group_partition_thd_state.is_thread_dead()) { in terminate_partition_handler_thread()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/src/
H A Drecovery.cc114 if (recovery_thd_state.is_thread_dead()) { in stop_recovery()
H A Dapplier.cc644 if (applier_thd_state.is_thread_dead()) { in terminate_applier_thread()
H A Dcertifier.cc102 if (broadcast_thd_state.is_thread_dead()) { in terminate()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/include/
H A Dplugin_utils.h92 bool is_thread_dead() const { return !is_thread_alive(); } in is_thread_dead() function