Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dapp_info.cc29 : update_mutex_("app_info_update_mutex", LockLevel::kGenericBottomLock) {} in AppInfo()
57 MutexLock mu(Thread::Current(), update_mutex_); in RegisterAppInfo()
81 MutexLock mu(Thread::Current(), update_mutex_); in RegisterOdexStatus()
99 MutexLock mu(Thread::Current(), update_mutex_); in GetPrimaryApkOptimizationStatus()
114 MutexLock mu(Thread::Current(), rhs.update_mutex_); in operator <<()
H A Dapp_info.h106 std::optional<std::string> package_name_ GUARDED_BY(update_mutex_);
109 SafeMap<std::string, CodeLocationInfo> registered_code_locations_ GUARDED_BY(update_mutex_);
112 art::Mutex update_mutex_ BOTTOM_MUTEX_ACQUIRED_AFTER;
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_tls_frontend.h99 std::thread handler_thread_ GUARDED_BY(update_mutex_);
100 std::mutex update_mutex_; variable
H A Ddns_responder.h352 std::thread handler_thread_ GUARDED_BY(update_mutex_);
353 std::mutex update_mutex_; variable
H A Ddns_tls_frontend.cpp166 std::lock_guard lock(update_mutex_); in startServer()
320 std::lock_guard lock(update_mutex_); in stopServer()
H A Ddns_responder.cpp648 std::lock_guard lock(update_mutex_); in startServer()
656 std::lock_guard lock(update_mutex_); in stopServer()