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

/art/runtime/
H A Druntime.cc497 bool tll_already_held = Locks::thread_list_lock_->IsExclusiveHeld(self); local
499 if (!tll_already_held || !ml_already_held) {
501 << (!tll_already_held ? " thread list lock" : "")

Completed in 37 milliseconds