Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.cpp226 std::lock_guard lock(container_cache_mutex_); in GetTargetContainer()
247 std::lock_guard lock(container_cache_mutex_); in GetTargetContainer()
H A DIdmap2Service.h91 std::mutex container_cache_mutex_; variable