| 2786 | } |
| 2787 | |
| 2788 | void start() { |
| 2789 | serverAssert(!fLaunched); |
| 2790 | m_thread = std::thread(&rdbAsyncWorkThread::loadWorkerThreadMain, this); |
| 2791 | fLaunched = true; |
| 2792 | } |
| 2793 | |
| 2794 | void throttle() { |
| 2795 | if (g_pserver->m_pstorageFactory && (getMaxmemoryState(NULL,NULL,NULL,NULL) != C_OK)) { |
no outgoing calls
no test coverage detected