Searched refs:uid_cache_mutex (Results 1 – 1 of 1) sorted by relevance
17 static std::mutex uid_cache_mutex; in IsTrustedUid() local26 std::lock_guard<std::mutex> lock(uid_cache_mutex); in IsTrustedUid()