Home
last modified time | relevance | path

Searched refs:GetOwnerThreadId (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmonitor.h272 uint32_t GetOwnerThreadId() REQUIRES(!monitor_lock_);
Dmonitor.cc1284 return mon->GetOwnerThreadId(); in GetLockOwnerThreadId()
1482 uint32_t Monitor::GetOwnerThreadId() { in GetOwnerThreadId() function in art::Monitor