Home
last modified time | relevance | path

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

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