Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc315 static std::string ThreadToString(Thread* thread) { in ThreadToString() function
338 current_owner_string = ThreadToString(current_owner); in FailedUnlock()
339 expected_owner_string = ThreadToString(expected_owner); in FailedUnlock()
340 found_owner_string = ThreadToString(found_owner); in FailedUnlock()