MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / ~rdbAsyncWorkThread

Method ~rdbAsyncWorkThread

src/rdb.cpp:2780–2786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2778 }
2779
2780 ~rdbAsyncWorkThread() {
2781 fExit = true;
2782 while (m_lockPause.fOwnLock())
2783 m_lockPause.unlock();
2784 if (m_thread.joinable())
2785 endWork();
2786 }
2787
2788 void start() {
2789 serverAssert(!fLaunched);

Callers

nothing calls this directly

Calls 2

fOwnLockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected