Home
last modified time | relevance | path

Searched refs:CONDITION_TIMEOUT_S (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp59 static constexpr int CONDITION_TIMEOUT_S = 3600; member
386 staticVariable_.conditionVariable.wait_for(l, std::chrono::seconds(CONDITION_TIMEOUT_S), [] { in RunThread()
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp76 static constexpr int CONDITION_TIMEOUT_S = 3600; member
749 staticVariable_.conditionVariable.wait_for(l, std::chrono::seconds(CONDITION_TIMEOUT_S), [] { in AddCurlHandle()

Completed in 5 milliseconds