Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Djvmti_weak_table-inl.h54 void JvmtiWeakTable<T>::Lock() { in Lock() function
/art/runtime/jit/
Ddebugger_interface.cc221 static Mutex* Lock() RETURN_CAPABILITY(g_dex_debug_lock) { return &g_dex_debug_lock; } in Lock() function
234 static Mutex* Lock() RETURN_CAPABILITY(g_jit_debug_lock) { return &g_jit_debug_lock; } in Lock() function
/art/runtime/base/
Dmutex.h185 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in Lock() function
/art/runtime/
Dmonitor.cc447 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor