Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc535 uint32_t owner_thread_id = 0u; in Unlock() local
540 owner_thread_id = owner->GetThreadId(); in Unlock()
559 FailedUnlock(GetObject(), self->GetThreadId(), owner_thread_id, this); in Unlock()
815 uint32_t owner_thread_id = lock_word.ThinLockOwner(); in InflateThinLocked() local
816 if (owner_thread_id == self->GetThreadId()) { in InflateThinLocked()
827 owner = thread_list->SuspendThreadByThreadId(owner_thread_id, false, &timed_out); in InflateThinLocked()
833 lock_word.ThinLockOwner() == owner_thread_id) { in InflateThinLocked()
877 uint32_t owner_thread_id = lock_word.ThinLockOwner(); in MonitorEnter() local
878 if (owner_thread_id == thread_id) { in MonitorEnter()
951 uint32_t owner_thread_id = lock_word.ThinLockOwner(); in MonitorExit() local
[all …]