Home
last modified time | relevance | path

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

/art/artd/
Dartd.h256 EXCLUDES(ofa_context_mu_);
325 std::mutex ofa_context_mu_; variable
326 std::unique_ptr<OatFileAssistantContext> ofa_context_ GUARDED_BY(ofa_context_mu_);
Dartd.cc1502 std::lock_guard<std::mutex> lock(ofa_context_mu_); in GetOatFileAssistantContext()