Home
last modified time | relevance | path

Searched refs:cj_cacheThreadCondition (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_cache_proxy.cpp35 std::condition_variable cj_cacheThreadCondition; variable
137 cj_cacheThreadCondition.notify_all(); in RunCacheWithSize()
158 cj_cacheThreadCondition.wait(lock, [] { return !cj_cacheIsRunning.load(); }); in StopCacheAndDelete()