Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc592 bool tscl_already_held = Locks::thread_suspend_count_lock_->IsExclusiveHeld(self); in DumpAllThreads() local
593 if (tll_already_held || tscl_already_held) { in DumpAllThreads()
596 << (tscl_already_held ? "" : " thread_suspend_count_lock") in DumpAllThreads()