Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Djvmti_weak_table-inl.h53 void JvmtiWeakTable<T>::Lock() { in Lock() function
/art/runtime/
Doat_file_assistant.cc165 bool OatFileAssistant::Lock(std::string* error_msg) { in Lock() function in art::OatFileAssistant
Dmonitor.cc344 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor
/art/runtime/base/
Dmutex.h236 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in Lock() function