HomeSort by relevance Sort by last modified time
    Searched defs:GetLockOwnerThreadId (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
object-inl.h 93 inline uint32_t Object::GetLockOwnerThreadId() {
94 return Monitor::GetLockOwnerThreadId(this);
    [all...]
  /art/runtime/
monitor.cc     [all...]

Completed in 128 milliseconds