Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_proxy.cpp28 static constexpr int32_t WRITE_INTERVAL = 60; variable
130 cj_cacheNeedRunCondition.wait_for(lock, std::chrono::seconds(WRITE_INTERVAL), in RunCacheWithSize()
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
H A Dcache_proxy.cpp36 static constexpr int32_t WRITE_INTERVAL = 60; variable
141 g_cacheNeedRunCondition.wait_for(lock, std::chrono::seconds(WRITE_INTERVAL), in RunCacheWithSize()

Completed in 2 milliseconds