MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / pauseExecution

Method pauseExecution

src/rdb.cpp:2829–2831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2827 }
2828
2829 void pauseExecution() {
2830 m_lockPause.lock();
2831 }
2832
2833 void resumeExecution() {
2834 m_lockPause.unlock();

Callers 1

rdbLoadProgressCallbackFunction · 0.80

Calls 1

lockMethod · 0.45

Tested by

no test coverage detected