Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dreplication_coordinator_impl_elect.cpp178 if ((_selfIndex != 0) && !_sleptLastElection) { in _onFreshnessCheckComplete()
188 _sleptLastElection = true; in _onFreshnessCheckComplete()
191 _sleptLastElection = false; in _onFreshnessCheckComplete()
H A Dreplication_coordinator_impl.h1276 bool _sleptLastElection; // (M) variable
H A Dreplication_coordinator_impl.cpp329 _sleptLastElection(false), in ReplicationCoordinatorImpl()