Searched refs:tll_already_held (Results 1 – 1 of 1) sorted by relevance
571 bool tll_already_held = Locks::thread_list_lock_->IsExclusiveHeld(self); in DumpAllThreads() local573 if (tll_already_held || tscl_already_held) { in DumpAllThreads()575 << (tll_already_held ? "" : " thread_list_lock") in DumpAllThreads()