Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h209 void Lock(Thread* self) EXCLUSIVE_LOCK_FUNCTION() { ExclusiveLock(self); } in Lock() function
/art/runtime/
Dmonitor.cc233 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor