Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/
H A Dmigration_source_manager.cpp236 auto scopedGuard = MakeGuard([&] { cleanupOnError(opCtx); }); in startClone() local
279 scopedGuard.Dismiss(); in startClone()
286 auto scopedGuard = MakeGuard([&] { cleanupOnError(opCtx); }); in awaitToCatchUp() local
298 scopedGuard.Dismiss(); in awaitToCatchUp()
305 auto scopedGuard = MakeGuard([&] { cleanupOnError(opCtx); }); in enterCriticalSection() local
365 scopedGuard.Dismiss(); in enterCriticalSection()
372 auto scopedGuard = MakeGuard([&] { cleanupOnError(opCtx); }); in commitChunkOnRecipient() local
389 scopedGuard.Dismiss(); in commitChunkOnRecipient()
396 auto scopedGuard = MakeGuard([&] { cleanupOnError(opCtx); }); in commitChunkMetadataOnConfig() local
612 scopedGuard.Dismiss(); in commitChunkMetadataOnConfig()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/s/balancer/
H A Dmigration_manager.cpp220 auto scopedGuard = MakeGuard([&] { in startRecoveryAndAcquireDistLocks() local
282 scopedGuard.Dismiss(); in startRecoveryAndAcquireDistLocks()
304 auto scopedGuard = MakeGuard([&] { in finishRecovery() local
368 scopedGuard.Dismiss(); in finishRecovery()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Dprocparser.cpp100 auto scopedGuard = MakeGuard([fd] { close(fd); }); in readFileAsString() local