Searched defs:Lock (Results 1 – 3 of 3) sorted by relevance
/art/runtime/base/ | ||
D | mutex.h | 215 void Lock(Thread* self) EXCLUSIVE_LOCK_FUNCTION() { ExclusiveLock(self); } in Lock() function |
/art/runtime/ | ||
D | oat_file_assistant.cc | 121 bool OatFileAssistant::Lock(std::string* error_msg) { in Lock() function in art::OatFileAssistant |
D | monitor.cc | 229 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor |