Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dreplication_coordinator_impl_elect.cpp48 class LoseElectionGuard { class
49 MONGO_DISALLOW_COPYING(LoseElectionGuard);
52 LoseElectionGuard(TopologyCoordinator* topCoord, in LoseElectionGuard() function in mongo::repl::__anon1e9c953a0111::LoseElectionGuard
64 ~LoseElectionGuard() { in ~LoseElectionGuard()
118 LoseElectionGuard lossGuard(_topCoord.get(), in _startElectSelf_inlock()
158 LoseElectionGuard lossGuard(_topCoord.get(), in _onFreshnessCheckComplete()
232 LoseElectionGuard lossGuard(_topCoord.get(), in _onElectCmdRunnerComplete()