Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h285 uint32_t GetOwnerThreadId() REQUIRES(!monitor_lock_);
Dmonitor.cc1382 return mon->GetOwnerThreadId(); in GetLockOwnerThreadId()
1587 uint32_t Monitor::GetOwnerThreadId() { in GetOwnerThreadId() function in art::Monitor