Searched defs:SetThreadName (Results 1 - 2 of 2) sorted by relevance

/art/libartbase/base/
H A Dutils.cc116 void SetThreadName(const char* thread_name) { function in namespace:art
/art/runtime/
H A Dthread.cc457 self->SetThreadName(self->GetThreadName()->ToModifiedUtf8().c_str());
857 ::art::SetThreadName(thread_name);
949 SetThreadName(peer_thread_name->ToModifiedUtf8().c_str());
1021 void Thread::SetThreadName(const char* name) { function in class:art::Thread
1023 ::art::SetThreadName(name);

Completed in 277 milliseconds