Home
last modified time | relevance | path

Searched defs:Lock (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dmutex.h215 void Lock(Thread* self) EXCLUSIVE_LOCK_FUNCTION() { ExclusiveLock(self); } in Lock() function
/art/runtime/
Doat_file_assistant.cc121 bool OatFileAssistant::Lock(std::string* error_msg) { in Lock() function in art::OatFileAssistant
Dmonitor.cc229 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor