Searched refs:cachesMutex_ (Results 1 – 2 of 2) sorted by relevance
38 std::lock_guard<std::mutex> lock(cachesMutex_); in AddCacheApi()53 std::lock_guard<std::mutex> lock(cachesMutex_); in DelCacheApi()68 std::lock_guard<std::mutex> lock(cachesMutex_); in ClearCache()81 std::lock_guard<std::mutex> lock(cachesMutex_); in ClearCache()94 std::lock_guard<std::mutex> lock(cachesMutex_); in ClearCache()113 std::lock_guard<std::mutex> lock(cachesMutex_); in PreSendRequest()140 std::lock_guard<std::mutex> lock(cachesMutex_); in PostSendRequest()
55 std::mutex cachesMutex_; variable