Searched refs:rpc_ok (Results 1 – 1 of 1) sorted by relevance
127 std::atomic<bool> rpc_ok{true}; in StartValuePollingThread() local128 std::thread shuttingdown_watcher([this, &rpc_ok, &context]() { in StartValuePollingThread()130 mShutdownCV.wait(shutdownLock, [this, &rpc_ok]() { in StartValuePollingThread()131 return !rpc_ok.load() || mShuttingDownFlag.load(); in StartValuePollingThread()146 rpc_ok.store(false); in StartValuePollingThread()