Home
last modified time | relevance | path

Searched defs:GetThreadName (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread.cc599 mirror::String* Thread::GetThreadName(const ScopedObjectAccessAlreadyRunnable& soa) const { in GetThreadName() function in art::Thread
604 void Thread::GetThreadName(std::string& name) const { in GetThreadName() function in art::Thread
Dutils.cc75 std::string GetThreadName(pid_t tid) { in GetThreadName() function
Ddebugger.cc1972 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string& name) { in GetThreadName() function in art::Dbg