Searched refs:httpProxyThreadNeedRun_ (Results 1 – 2 of 2) sorted by relevance
1870 while (httpProxyThreadNeedRun_.load()) { in ActiveHttpProxy()1903 if (httpProxyThreadNeedRun_.load()) { in ActiveHttpProxy()1966 if (!httpProxyThreadNeedRun_ && !httpProxy.GetUsername().empty()) { in SetGlobalHttpProxy()1969 httpProxyThreadNeedRun_ = true; in SetGlobalHttpProxy()1974 } else if (httpProxyThreadNeedRun_ && httpProxy.GetHost().empty()) { in SetGlobalHttpProxy()1975 httpProxyThreadNeedRun_ = false; in SetGlobalHttpProxy()
503 std::atomic_bool httpProxyThreadNeedRun_ = false; variable