Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/
Dcache_proxy.cpp39 std::condition_variable g_cacheThreadCondition; variable
144 g_cacheThreadCondition.notify_all(); in RunCacheWithSize()
165 g_cacheThreadCondition.wait(lock, [] { return !g_cacheIsRunning.load(); }); in StopCacheAndDelete()