BtreeBucket<V>::fullValidate()
|
src/mongo/db/btreebuilder.cpp:126: killCurrentOp.checkForInterrupt( !mayInterrupt );
|
|
ClientCursor::staticYield()
|
src/mongo/db/clientcursor.cpp:379: killCurrentOp.checkForInterrupt( false );
|
|
mayInterrupt()
|
src/mongo/db/cloner.cpp:66: killCurrentOp.checkForInterrupt( false );
|
|
compactExtent()
|
src/mongo/db/compact.cpp:163: killCurrentOp.checkForInterrupt(false);
|
|
_compact()
|
src/mongo/db/compact.cpp:286: killCurrentOp.checkForInterrupt(false);
|
|
RecoveryJob::processFileBuffer()
|
src/mongo/db/dur_recover.cpp:488: killCurrentOp.checkForInterrupt(false);
|
|
OldExtSortComparator::operator()
|
src/mongo/db/extsort.cpp:67: killCurrentOp.checkForInterrupt(!*_mayInterrupt);
|
|
BSONObjExternalSorter::extSortComp()
|
src/mongo/db/extsort.cpp:117: RARELY killCurrentOp.checkForInterrupt(!extSortMayInterrupt);
|
|
buildBottomUpPhases2And3()
|
src/mongo/db/index/btree_based_builder.cpp:95: RARELY killCurrentOp.checkForInterrupt( !mayInterrupt );
|
|
BtreeBasedBuilder::addKeysToPhaseOne()
|
src/mongo/db/index/btree_based_builder.cpp:173: RARELY killCurrentOp.checkForInterrupt( !mayInterrupt );
|
|
BtreeBasedBuilder::doDropDups()
|
src/mongo/db/index/btree_based_builder.cpp:271: RARELY killCurrentOp.checkForInterrupt( !mayInterrupt );
|
|
touchNs()
|
src/mongo/util/touch_pages.cpp:71: killCurrentOp.checkForInterrupt(false);
|