Searched defs:owner_thread_id (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmonitor.cc546 uint32_t owner_thread_id = 0u; local
551 owner_thread_id = owner->GetThreadId();
570 FailedUnlock(GetObject(), self->GetThreadId(), owner_thread_id, this); local
826 uint32_t owner_thread_id = lock_word.ThinLockOwner(); local
827 if (owner_thread_id == self->GetThreadId()) {
838 owner = thread_list->SuspendThreadByThreadId(owner_thread_id, false, &timed_out);
844 lock_word.ThinLockOwner() == owner_thread_id) {
888 uint32_t owner_thread_id = lock_word.ThinLockOwner(); local
889 if (owner_thread_id == thread_id) {
969 uint32_t owner_thread_id local
1025 uint32_t owner_thread_id = lock_word.ThinLockOwner(); local
1060 uint32_t owner_thread_id = lock_word.ThinLockOwner(); local
[all...]

Completed in 545 milliseconds