MCPcopy Create free account
hub / github.com/apple/foundationdb / resetReaders

Function resetReaders

fdbserver/KeyValueStoreSQLite.actor.cpp:1893–1896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1891 }
1892
1893 void resetReaders() {
1894 for (int i = 0; i < readThreads.size(); i++)
1895 readThreads[i].clear();
1896 }
1897 void checkFreePages() {
1898 int iterations = 0;
1899

Callers 1

fullCheckpointFunction · 0.85

Calls 2

clearMethod · 0.65
sizeMethod · 0.45

Tested by

no test coverage detected