Home
last modified time | relevance | path

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

/art/libartbase/base/
Dutils.cc293 void SetThreadName(pthread_t thr, const char* thread_name) { in SetThreadName() function
329 void SetThreadName(const char* thread_name) { SetThreadName(pthread_self(), thread_name); } in SetThreadName() function
/art/runtime/
Dthread.cc1344 void Thread::SetThreadName(const char* name) { in SetThreadName() function in art::Thread