Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc556 bool tll_already_held = Locks::thread_list_lock_->IsExclusiveHeld(self); in DumpAllThreads() local
558 if (tll_already_held || tscl_already_held) { in DumpAllThreads()
560 << (tll_already_held ? "" : " thread_list_lock") in DumpAllThreads()