Searched defs:thread_list_lock_owner (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Druntime.cc1837 pid_t thread_list_lock_owner = GetThreadList()->GetLockOwner(); local
1840 if ((thread_list_lock_owner | classes_lock_owner | dex_lock_owner) != 0) {
1842 << "ThreadList lock owner tid: " << thread_list_lock_owner << "\n"

Completed in 12 milliseconds