Searched defs:GetThreadName (Results 1 – 3 of 3) sorted by relevance
599 mirror::String* Thread::GetThreadName(const ScopedObjectAccessAlreadyRunnable& soa) const { in GetThreadName() function in art::Thread604 void Thread::GetThreadName(std::string& name) const { in GetThreadName() function in art::Thread
75 std::string GetThreadName(pid_t tid) { in GetThreadName() function
1972 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string& name) { in GetThreadName() function in art::Dbg